flat:6.20添加视频板块存档

This commit is contained in:
史典卓
2025-06-20 10:10:46 +08:00
parent b7b43c0b42
commit d97a712fd1
6 changed files with 56 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ export default {
DBversion: 2,
// 只使用本地缓寸的数据
OnlyUseCachedDB: true,
// 使用模拟定位
UsingSimulatedPositioning: false,
// 应用信息
appInfo: {
// 应用名称
@@ -39,7 +41,9 @@ export default {
}
]
},
// AI -> 上传文件数量
allowedFileNumber: 2,
// AI -> 上传文件类型
allowedFileTypes: [
"text/plain", // .txt
"text/markdown", // .md
@@ -52,5 +56,12 @@ export default {
"text/csv", // .csv
"application/vnd.ms-excel", // .xls
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" // .xlsx
]
],
// 首页询问 -> 推荐权重
weights: {
categories: 1, //岗位
experience: 0.3, //经验
salary: 0.5, // 薪资
areas: 0.5 // 区域
}
}