feat: 添加公告系统,支持动态显示和确认功能

This commit is contained in:
2025-08-31 22:50:28 +08:00
parent fab4645132
commit fe35e37371
4 changed files with 454 additions and 2 deletions

View File

@@ -48,11 +48,13 @@
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@types/adm-zip": "^0.5.7",
"@types/markdown-it": "^14.1.2",
"adm-zip": "^0.5.16",
"ant-design-vue": "4.x",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"form-data": "^4.0.4",
"markdown-it": "^14.1.0",
"vue": "^3.5.17",
"vue-router": "4"
},