feat: 🚀 切换富文本编辑器

This commit is contained in:
2025-05-07 17:55:49 +08:00
parent 4bd5797772
commit ab003714bf
28 changed files with 1145 additions and 132 deletions

View File

@@ -47,8 +47,8 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
},
plugins: createVitePlugins(viteEnv),
esbuild: {
//"console.log",
pure: viteEnv.VITE_DROP_CONSOLE ? ["console.log", "debugger"] : []
//"console.log","console.log",
pure: viteEnv.VITE_DROP_CONSOLE ? ["debugger"] : []
},
build: {
outDir: "dist",