Initial commit
上级
正在显示
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
deploy.mjs
0 → 100644
examples/index.html
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "skyagents", | |||
"version": "0.0.0", | |||
"private": true, | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"preview": "vite preview", | |||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | |||
"deploy": "node ./deploy.mjs", | |||
"release": "npm run build && npm run deploy" | |||
}, | |||
"dependencies": { | |||
"@floating-ui/vue": "^1.0.6", | |||
"@microsoft/fetch-event-source": "^2.0.1", | |||
"@vueuse/core": "^10.9.0", | |||
"axios": "^1.6.7", | |||
"blueimp-md5": "^2.19.0", | |||
"element-plus": "^2.6.0", | |||
"vue": "^3.4.15" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^5.0.3", | |||
"ali-oss": "^6.20.0", | |||
"chalk": "^5.3.0", | |||
"eslint": "^8.49.0", | |||
"eslint-plugin-vue": "^9.17.0", | |||
"unplugin-auto-import": "^0.17.5", | |||
"unplugin-vue-components": "^0.26.0", | |||
"vite": "^5.0.11", | |||
"vite-plugin-css-injected-by-js": "^3.4.0" | |||
} | |||
} |
src/App.vue
0 → 100644
src/api/chat.js
0 → 100644
src/composables/useChat.js
0 → 100644
src/main.js
0 → 100644
src/utils/axios.js
0 → 100644
vite.config.js
0 → 100644
请
注册
或者
登录
后发表评论