refactor: uiStore.ts

This commit is contained in:
tao.chen
2026-08-07 12:23:50 +08:00
parent 2272e1f390
commit d7934a42ab
10 changed files with 1405 additions and 989 deletions
+1
View File
@@ -2,6 +2,7 @@ import { reactRouter } from "@react-router/dev/vite";
import { defineConfig } from "vite";
export default defineConfig({
base: '/',
plugins: [reactRouter()],
server: {
host: "0.0.0.0",