Fri Jan 3 11:48:47 CST 2025 inscode
Showing
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
index.js
已删除
100644 → 0
inscode.nix
已删除
100644 → 0
package-lock.json
0 → 100644
此差异已折叠。
| { | ||
| "name": "nodejs", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| { | ||
| "name": "mate-chat-template", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@devui-design/icons": "^1.4.0", | ||
| "@floating-ui/dom": "^1.6.12", | ||
| "@matechat/core": "^0.0.1-alpha", | ||
| "@microsoft/fetch-event-source": "^2.0.1", | ||
| "axios": "^1.7.9", | ||
| "clipboard-copy": "^4.0.1", | ||
| "devui-theme": "^0.0.7", | ||
| "echarts": "^5.6.0", | ||
| "highlight.js": "^11.11.0", | ||
| "lodash": "^4.17.21", | ||
| "markdown-it": "^14.1.0", | ||
| "openai": "^4.77.0", | ||
| "sass": "^1.83.0", | ||
| "vue": "^3.5.13", | ||
| "vue-devui": "^1.6.29", | ||
| "vue-i18n": "^11.0.0-beta.2", | ||
| "vue3-sfc-loader": "^0.9.5", | ||
| "vuedraggable": "^2.24.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "^5.2.1", | ||
| "sass-embedded": "^1.83.0", | ||
| "vite": "^6.0.3" | ||
| } | ||
| } |
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/assets/devui-logo.svg
0 → 100644
src/assets/logo copy.svg
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/logo2x.svg
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/AvatarSvg.vue
0 → 100644
src/components/Content.scss
0 → 100644
src/components/Content.vue
0 → 100644
src/components/Footer.vue
0 → 100644
src/components/Header.vue
0 → 100644
src/components/MateChat/Demo.vue
0 → 100644
src/components/MateChat/help.md
0 → 100644
src/components/MateChat/logo.svg
0 → 100644
src/components/Page.vue
0 → 100644
src/components/mockData.ts
0 → 100644
此差异已折叠。
src/config.ts
0 → 100644
src/main.js
0 → 100644
src/style.scss
0 → 100644
src/types/md.d.ts
0 → 100644
vite.config.js
0 → 100644
想要评论请 注册 或 登录