This commit is contained in:
史典卓
2025-03-28 15:19:42 +08:00
parent ad4eb162a5
commit 0216f6053a
396 changed files with 18278 additions and 9899 deletions

View File

@@ -1,9 +1,16 @@
export default {
baseUrl: '', // 测试
baseUrl: 'http://39.98.44.136:8080', // 测试
// sseAI+
StreamBaseURl: 'http://39.98.44.136:8000',
// 语音转文字
vioceBaseURl: 'ws://39.98.44.136:6006/speech-recognition',
DBversion: 3,
// 应用信息
appInfo: {
// 应用名称
name: "青岛市就业服务",
// AI名称
AIName: '小红',
// 应用版本
version: "1.0.0",
// 应用logo
@@ -20,5 +27,19 @@ export default {
url: ""
}
]
}
},
allowedFileNumber: 2,
allowedFileTypes: [
"text/plain", // .txt
"text/markdown", // .md
"text/html", // .html
"application/msword", // .doc
"application/vnd.openxmlformats-officedocument.wordprocessingml.document", // .docx
"application/pdf", // .pdf
"application/vnd.ms-powerpoint", // .ppt
"application/vnd.openxmlformats-officedocument.presentationml.presentation", // .pptx
"text/csv", // .csv
"application/vnd.ms-excel", // .xls
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" // .xlsx
]
}