前后段支持互发消息并支持调试

This commit is contained in:
ShaoHua
2026-03-11 21:54:04 +08:00
parent dc23416d7e
commit be9b042a05
16 changed files with 1480 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})