增强工具 内 新增forceBindIP方案

This commit is contained in:
黑先森
2025-01-03 16:55:47 +08:00
parent 0b54a623a8
commit 9d976707ac
15 changed files with 521 additions and 117 deletions
+12 -1
View File
@@ -57,6 +57,12 @@ const store = defineStore("main", {
createConfigInEasytier: false, //在easytier目录生成config.json文件吗
githubFastUrl: "https://ghproxy.cc/",
// forceBindIp配置
forceBindIpBit: "64",
delayInjectDll: false,
forceBindInput: "",
forceBindFile: "",
winipBcPid: 0,
winipBcStart: false
};
@@ -117,7 +123,12 @@ const store = defineStore("main", {
"configPath",
"winIpBcAutoStart",
"createConfigInEasytier",
"githubFastUrl"
"githubFastUrl",
"forceBindIpBit",
"delayInjectDll",
"forceBindInput",
"forceBindFile"
]
// // 除了这些,其他都要存下来
// omit: ["winipBcPid", "winipBcStart"]