refactor: invock mihomo api by use tauri-plugin-mihomo
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"build:fast": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build -- --profile fast-release",
|
||||
"tauri": "tauri",
|
||||
"web:dev": "vite",
|
||||
"web:build": "tsc --noEmit && vite build",
|
||||
"web:build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tsc --noEmit && vite build",
|
||||
"web:serve": "vite preview",
|
||||
"prebuild": "node scripts/prebuild.mjs",
|
||||
"updater": "node scripts/updater.mjs",
|
||||
@@ -71,7 +71,8 @@
|
||||
"react-virtuoso": "^4.14.0",
|
||||
"swr": "^2.3.6",
|
||||
"types-pac": "^1.0.3",
|
||||
"zustand": "^5.0.8"
|
||||
"zustand": "^5.0.8",
|
||||
"tauri-plugin-mihomo-api": "file:crates/tauri-plugin-mihomo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/github": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user