mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
新增内核管理模块,可切换easytier内核版本,优化帮助和清除数据提示
This commit is contained in:
+3
-1
@@ -38,6 +38,7 @@ export default defineStore("main", {
|
||||
configPath: "", //配置文件路径
|
||||
winIpBcAutoStart: true,
|
||||
createConfigInEasytier: false, //在easytier目录生成config.json文件吗
|
||||
githubFastUrl: "https://ghproxy.cc/",
|
||||
|
||||
winipBcPid: 0,
|
||||
winipBcStart: false
|
||||
@@ -80,7 +81,8 @@ export default defineStore("main", {
|
||||
"configStartEnable",
|
||||
"configPath",
|
||||
"winIpBcAutoStart",
|
||||
"createConfigInEasytier"
|
||||
"createConfigInEasytier",
|
||||
"githubFastUrl"
|
||||
],
|
||||
// // 除了这些,其他都要存下来
|
||||
// omit: ["winipBcPid", "winipBcStart"]
|
||||
|
||||
Reference in New Issue
Block a user