feat: 首页应用对话
Showing
| ... | @@ -26,12 +26,14 @@ | ... | @@ -26,12 +26,14 @@ |
| "clipboardy": "^4.0.0", | "clipboardy": "^4.0.0", | ||
| "dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
| "highlight.js": "^11.10.0", | "highlight.js": "^11.10.0", | ||
| "lodash-es": "^4.17.21", | |||
| "markdown-it": "^14.1.0", | "markdown-it": "^14.1.0", | ||
| "markdown-it-link-attributes": "^4.0.1", | "markdown-it-link-attributes": "^4.0.1", | ||
| "mitt": "^3.0.1", | "mitt": "^3.0.1", | ||
| "nanoid": "^5.0.7", | "nanoid": "^5.0.7", | ||
| "pinia": "^2.2.2", | "pinia": "^2.2.2", | ||
| "spark-md5": "^3.0.2", | "spark-md5": "^3.0.2", | ||
| "type-fest": "^4.26.1", | |||
| "validator": "^13.12.0", | "validator": "^13.12.0", | ||
| "vue": "^3.5.12", | "vue": "^3.5.12", | ||
| "vue-i18n": "^9.14.0", | "vue-i18n": "^9.14.0", | ||
| ... | @@ -42,6 +44,7 @@ | ... | @@ -42,6 +44,7 @@ |
| "@commitlint/config-conventional": "^19.5.0", | "@commitlint/config-conventional": "^19.5.0", | ||
| "@commitlint/types": "^19.5.0", | "@commitlint/types": "^19.5.0", | ||
| "@intlify/unplugin-vue-i18n": "^4.0.0", | "@intlify/unplugin-vue-i18n": "^4.0.0", | ||
| "@types/lodash-es": "^4.17.12", | |||
| "@types/markdown-it": "^14.1.2", | "@types/markdown-it": "^14.1.2", | ||
| "@types/markdown-it-link-attributes": "^3.0.5", | "@types/markdown-it-link-attributes": "^3.0.5", | ||
| "@types/node": "^20.16.5", | "@types/node": "^20.16.5", | ||
| ... | @@ -80,6 +83,7 @@ | ... | @@ -80,6 +83,7 @@ |
| "unplugin-vue-components": "^0.26.0", | "unplugin-vue-components": "^0.26.0", | ||
| "vite": "^5.4.6", | "vite": "^5.4.6", | ||
| "vite-plugin-checker": "^0.7.2", | "vite-plugin-checker": "^0.7.2", | ||
| "vite-svg-loader": "^5.1.0", | |||
| "vue-eslint-parser": "^9.4.3", | "vue-eslint-parser": "^9.4.3", | ||
| "vue-tsc": "^2.0.29" | "vue-tsc": "^2.0.29" | ||
| }, | }, | ||
| ... | ... |
This diff is collapsed.
src/apis/home-agent.ts
0 → 100644
File moved
2.19 KB
This diff is collapsed.
src/views/home/types.d.ts
0 → 100644