feat: 合并 school 本地化适配,统一文件/视频上传并接入大模型配置
正在显示
.env.school
0 → 100644
差异被折叠。
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "scripts": { | "scripts": { | ||
| "dev": "vite --mode dev", | "dev": "vite --mode dev", | ||
| "build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | "build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | ||
| "build:test": "vue-tsc --noEmit && vite build --mode test", | "build:school": "vue-tsc --noEmit && vite build --mode school", | ||
| "build:pre": "vue-tsc --noEmit && vite build --mode pre", | "build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
| "preview": "vite preview --port 4173", | "preview": "vite preview --port 4173", | ||
| "typecheck": "vue-tsc --noEmit", | "typecheck": "vue-tsc --noEmit", | ||
| ... | @@ -49,8 +49,7 @@ | ... | @@ -49,8 +49,7 @@ |
| "sass": "^1.70.0", | "sass": "^1.70.0", | ||
| "typescript": "^5.9.3", | "typescript": "^5.9.3", | ||
| "unplugin-auto-import": "^21.0.0", | "unplugin-auto-import": "^21.0.0", | ||
| "vite": "^8.0.1", | "vite": "^8.0.2", | ||
| "vite-plugin-checker": "^0.12.0", | |||
| "vite-plugin-mkcert": "^1.17.10", | "vite-plugin-mkcert": "^1.17.10", | ||
| "vue-tsc": "^3.2.6" | "vue-tsc": "^3.2.6" | ||
| } | } | ||
| ... | ... |
src/composables/useUpload.ts
0 → 100644
差异被折叠。
差异被折叠。
src/modules/system/llm/index.ts
0 → 100644
src/utils/llmStorage.ts
0 → 100644
差异被折叠。
src/utils/video.ts
0 → 100644
差异被折叠。
src/utils/videoUpload.ts
0 → 100644
差异被折叠。
请
注册
或者
登录
后发表评论