feat: support searching channels by base url

This commit is contained in:
JoeyLearnsToCode
2025-04-28 11:38:53 +08:00
parent 8160fb642c
commit c56ec3b3ea
3 changed files with 22 additions and 11 deletions
+1 -1
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) => {
+1 -1
View File
@@ -124,7 +124,7 @@
"已成功开始测试所有已启用通道,请刷新页面查看结果。": "Successfully started testing all enabled channels. Please refresh page to view results.",
"通道 ${name} 余额更新成功!": "Channel ${name} quota updated successfully!",
"已更新完毕所有已启用通道余额!": "Updated quota for all enabled channels!",
"搜索渠道的 ID,名称密钥 ...": "Search channel ID, name and key...",
"搜索渠道的 ID,名称密钥和API地址 ...": "Search channel ID, name, key and Base URL...",
"名称": "Name",
"分组": "Group",
"类型": "Type",