feat: 完成国家配置
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m34s
Build Windows / build (push) Has been cancelled

This commit is contained in:
2025-11-19 01:06:48 -08:00
parent 679c303457
commit 325a63d35f
3 changed files with 28 additions and 6 deletions
@@ -132,6 +132,7 @@ class KrOutboundsList {
'url': 'https://www.google.com/generate_204',
'interval': '10m',
'tolerance': 50,
"interrupt_exist_connections": true,
};
// 创建虚拟节点
@@ -140,7 +141,7 @@ class KrOutboundsList {
// 添加到各个列表
allList.add(virtualNode);
keyList[autoTag] = virtualNode;
configJsonList.add(urltestConfig);
// configJsonList.add(urltestConfig);
if (kDebugMode) {
print('✅ 生成虚拟节点: $autoTag, 配置: ${urltestConfig.toString()}');