feat: 新增单页面通知公告编辑与查看

This commit is contained in:
秋帆
2024-08-03 17:24:54 +08:00
parent bad6e30e41
commit 90693cb25d
9 changed files with 574 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
"@vueuse/core": "^10.5.0",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^5.1.12",
"aieditor": "^1.0.13",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"codemirror": "^6.0.1",
@@ -82,7 +83,7 @@
"vue-tsc": "^2.0.6"
},
"simple-git-hooks": {
"pre-commit": "npm lint-staged"
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"