feat: 重构对话功能

This commit is contained in:
DEV_DSW
2026-04-14 17:02:20 +08:00
parent b3f07c4cfe
commit c61e41049f
53 changed files with 5200 additions and 1982 deletions

View File

@@ -66,6 +66,7 @@ export default defineConfig(({ mode, command }) => {
define: {
// Inject the dev server URL for use in main process
MAIN_WINDOW_VITE_DEV_SERVER_URL: JSON.stringify(devServerUrl),
'process.env.VITE_SERVICE_URL': JSON.stringify(process.env.VITE_SERVICE_URL || 'http://8.138.234.141/ingress'),
},
build: {
outDir: 'dist-electron/main',