mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +08:00
parent
bf52f02b82
commit
8d09bfb1a9
|
@ -231,7 +231,11 @@ export async function init(): Promise<void> {
|
|||
await startPacServer()
|
||||
await startSubStoreServer()
|
||||
const { sysProxy } = await getAppConfig()
|
||||
await triggerSysProxy(sysProxy.enable)
|
||||
try {
|
||||
await triggerSysProxy(sysProxy.enable)
|
||||
} catch {
|
||||
// ignore
|
||||
}
|
||||
await startSSIDCheck()
|
||||
|
||||
initDeeplink()
|
||||
|
|
Loading…
Reference in New Issue
Block a user