feat: 对话功能,上传附件功能开发

This commit is contained in:
2026-04-13 00:25:50 +08:00
parent 8972dfe8e7
commit c1e934f2b2
6 changed files with 1491 additions and 44 deletions

View File

@@ -13,7 +13,9 @@
"lint": "echo \"No linting configured\"",
"prepare": "husky",
"format": "prettier --write .",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [],
"author": "zhiju.com.cn",
@@ -38,7 +40,8 @@
"postcss": "^8.5.9",
"prettier": "3.8.1",
"tailwindcss": "^3.4.19",
"vite": "^5.4.21"
"vite": "^5.4.21",
"vitest": "^4.1.4"
},
"dependencies": {
"await-to-js": "^3.0.0",