feat(首页): 模型回复内容支持下载和复制
Showing
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
"dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
"dompurify": "^3.2.0", | "dompurify": "^3.2.0", | ||
"echarts": "^5.5.1", | "echarts": "^5.5.1", | ||
"file-saver": "^2.0.5", | |||
"github-markdown-css": "^5.7.0", | "github-markdown-css": "^5.7.0", | ||
"highlight.js": "^11.10.0", | "highlight.js": "^11.10.0", | ||
"howler": "^2.2.4", | "howler": "^2.2.4", | ||
... | @@ -52,6 +53,7 @@ | ... | @@ -52,6 +53,7 @@ |
"@commitlint/types": "^19.5.0", | "@commitlint/types": "^19.5.0", | ||
"@eslint/js": "^9.21.0", | "@eslint/js": "^9.21.0", | ||
"@intlify/unplugin-vue-i18n": "^4.0.0", | "@intlify/unplugin-vue-i18n": "^4.0.0", | ||
"@types/file-saver": "^2.0.7", | |||
"@types/howler": "^2.2.12", | "@types/howler": "^2.2.12", | ||
"@types/lodash-es": "^4.17.12", | "@types/lodash-es": "^4.17.12", | ||
"@types/node": "^20.16.5", | "@types/node": "^20.16.5", | ||
... | @@ -68,6 +70,7 @@ | ... | @@ -68,6 +70,7 @@ |
"eslint-plugin-prettier": "^5.2.1", | "eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-vue": "^9.28.0", | "eslint-plugin-vue": "^9.28.0", | ||
"globals": "^15.9.0", | "globals": "^15.9.0", | ||
"html-docx-js-typescript": "^0.1.5", | |||
"husky": "^9.1.6", | "husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | "lint-staged": "^15.2.10", | ||
"naive-ui": "^2.39.0", | "naive-ui": "^2.39.0", | ||
... | ... |
This diff is collapsed.
src/utils/download-file.ts
0 → 100644
Please
register
or
sign in
to comment