新增 + 优化

+ 高级选项 增加2.1.0内核功能 压缩算法和ipv6监听地址
+ 增加服务器地址栏复制按钮
+ 更新内核为最新版本
+ config.json 新增压缩算法配置 可参考 config_template.json
This commit is contained in:
黑先森
2024-12-20 16:10:57 +08:00
parent 582a4ab819
commit f9e0b8e1db
8 changed files with 138 additions and 57 deletions
+2
View File
@@ -26,6 +26,8 @@ export const updateConfigJson = async (configJsonSeverUrl: Array<string> | strin
enableCustomListener,
enablePreventSleep,
customListenerData,
customListenerV6Data,
enableCustomListenerV6,
...otherConfig
} = mainStore.config;
let writeServerUrl: Array<string> | string = serverUrl;