feat: 应用创建及发布
Showing
... | @@ -17,9 +17,17 @@ | ... | @@ -17,9 +17,17 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@iconify/vue": "^4.1.2", | "@iconify/vue": "^4.1.2", | ||
"@microsoft/fetch-event-source": "^2.0.1", | |||
"@traptitech/markdown-it-katex": "^3.6.0", | |||
"@unocss/reset": "^0.61.3", | "@unocss/reset": "^0.61.3", | ||
"@vueuse/core": "^10.11.0", | "@vueuse/core": "^10.11.0", | ||
"axios": "^1.7.2", | "axios": "^1.7.2", | ||
"clipboardy": "^4.0.0", | |||
"dayjs": "^1.11.13", | |||
"highlight.js": "^11.10.0", | |||
"markdown-it": "^14.1.0", | |||
"markdown-it-link-attributes": "^4.0.1", | |||
"mitt": "^3.0.1", | |||
"nanoid": "^5.0.7", | "nanoid": "^5.0.7", | ||
"pinia": "^2.1.7", | "pinia": "^2.1.7", | ||
"vue": "^3.4.31", | "vue": "^3.4.31", | ||
... | @@ -31,6 +39,8 @@ | ... | @@ -31,6 +39,8 @@ |
"@commitlint/config-conventional": "^19.2.2", | "@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/types": "^19.0.3", | "@commitlint/types": "^19.0.3", | ||
"@intlify/unplugin-vue-i18n": "^4.0.0", | "@intlify/unplugin-vue-i18n": "^4.0.0", | ||
"@types/markdown-it": "^14.1.2", | |||
"@types/markdown-it-link-attributes": "^3.0.5", | |||
"@types/node": "^20.14.10", | "@types/node": "^20.14.10", | ||
"@typescript-eslint/parser": "^7.15.0", | "@typescript-eslint/parser": "^7.15.0", | ||
"@unocss/eslint-config": "^0.61.3", | "@unocss/eslint-config": "^0.61.3", | ||
... | ... |
src/apis/upload.ts
0 → 100644
2.47 KB
4.63 KB
src/assets/images/send.png
0 → 100644
1.49 KB
src/assets/svgs/star.svg
0 → 100644
src/composables/useScroll.ts
0 → 100644
src/directives/loading.ts
0 → 100644
src/router/modules/share.ts
0 → 100644
src/utils/copy.ts
0 → 100644
src/utils/date-formatter.ts
0 → 100644
types/conversation.d.ts
0 → 100644
types/mitt-events.d.ts
0 → 100644