fix(config): 更新 BGI 工具推送国家配置 API 默认地址

- 修改默认 API 地址从 /country/all 到 /country/json/all
- 保持其他配置项不变
This commit is contained in:
yan
2026-02-18 21:39:03 +08:00
parent 30887310f5
commit 407d339179

View File

@@ -55,7 +55,7 @@
"name": "bgi_tools_http_push_all_country_config",
"type": "input-text",
"label": "bgi_tools推送全部国家配置api(去看文档)",
"default": "http://127.0.0.1:8081/bgi/auto/plan/country/all"
"default": "http://127.0.0.1:8081/bgi/auto/plan/country/json/all"
},
{
"name": "bgi_tools_token",