Merge pull request #1008 from JoeyLearnsToCode/feat-search-channel-by-url

feat: support searching channels by base url
This commit is contained in:
IcedTangerine
2025-04-28 13:15:49 +08:00
committed by GitHub
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) => {