()
| 30 | const proxyApplyQueue = new ProxyApplyQueue() |
| 31 | |
| 32 | function getConfigPath(): string { |
| 33 | if (CONFIG_PATH) return CONFIG_PATH |
| 34 | CONFIG_PATH = path.join(getSettingsDir(), 'proxy.json') |
| 35 | return CONFIG_PATH |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * 迁移旧版配置到新版 |
no test coverage detected