Revert "feat: 实现依赖注入系统、插件架构和窗口管理"

This reverts commit 18eada8ff3.
This commit is contained in:
Yukino_fox
2026-05-02 14:08:44 +08:00
parent 8c7aaadabc
commit 3e85c32c9c
47 changed files with 180 additions and 5347 deletions
+1 -7
View File
@@ -11,17 +11,11 @@ export default defineConfig({
},
optimizeDeps: {
// Avoid scanning legacy `old-ss` entries under project root.
entries: ["index.html", "settings-window.html"],
entries: ["index.html"],
},
build: {
outDir: "dist",
emptyOutDir: true,
rollupOptions: {
input: {
main: resolve(__dirname, "index.html"),
"settings-window": resolve(__dirname, "settings-window.html"),
},
},
},
server: {
host: process.env.TAURI_DEV_HOST || false,