Add explain analysis workflow and UI

This commit is contained in:
2026-03-16 22:28:41 +08:00
parent 3a5558b576
commit 1f5ee3698e
49 changed files with 8888 additions and 1476 deletions

View File

@@ -8,9 +8,11 @@ export default defineConfig({
allowedHosts: ["localhost", "trading.evoagents.cn","www.evoagents.cn"]
},
plugins: [react(), tsconfigPaths(),tailwindcss()],
test: {
environment: "jsdom"
},
preview: {
host: "0.0.0.0",
port: 4173
},
});