feat: 新增 WxEditor,暂时使用quill-editor

(cherry picked from commit 2e7edd94bc)
This commit is contained in:
dhb52
2023-04-08 10:14:20 +08:00
committed by shizhong
parent 8ab35b3811
commit 83904a2167
3 changed files with 247 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"private": false,
"scripts": {
"i": "pnpm install",
"dev": "pnpm vite",
"dev": "vite --mode base",
"front": "vite --mode front",
"ts:check": "vue-tsc --noEmit",
"build:pro": "node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js build --mode pro",