mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10:30 +08:00
parent
bf52f02b82
commit
8d09bfb1a9
@ -231,7 +231,11 @@ export async function init(): Promise<void> {
|
|||||||
await startPacServer()
|
await startPacServer()
|
||||||
await startSubStoreServer()
|
await startSubStoreServer()
|
||||||
const { sysProxy } = await getAppConfig()
|
const { sysProxy } = await getAppConfig()
|
||||||
await triggerSysProxy(sysProxy.enable)
|
try {
|
||||||
|
await triggerSysProxy(sysProxy.enable)
|
||||||
|
} catch {
|
||||||
|
// ignore
|
||||||
|
}
|
||||||
await startSSIDCheck()
|
await startSSIDCheck()
|
||||||
|
|
||||||
initDeeplink()
|
initDeeplink()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user