feat: support searching channels by base url

This commit is contained in:
JoeyLearnsToCode
2025-04-28 11:38:53 +08:00
parent 1a9ebb54b2
commit a9b9d23586
3 changed files with 22 additions and 11 deletions

View File

@@ -1276,7 +1276,7 @@ const ChannelsTable = () => {
<Form.Input
field='search_keyword'
label={t('搜索渠道关键词')}
placeholder={t('搜索渠道的 ID名称密钥 ...')}
placeholder={t('搜索渠道的 ID名称密钥和API地址 ...')}
value={searchKeyword}
loading={searching}
onChange={(v) => {