feat: 更新依赖和组件,优化功能实现

- 更新package.json中的TypeScript版本
- 删除不再使用的message_render_content.txt文件
- 在VEditor.vue中移除未使用的常量导入
- 在OBSComponentStoreView.vue中修复用户信息的属性引用
- 在SvgInspector.vue中删除不再使用的组件
- 在PointManage.vue中优化商品模型和表单验证逻辑
- 在WebFetcherOBS.vue中修复webfetcher类型的引用
- 在DefaultIndexTemplate.vue中更新封面配置项类型
This commit is contained in:
Megghy
2025-05-17 15:58:53 +08:00
parent 1ae528b9a9
commit 5db66e3861
12 changed files with 464 additions and 881 deletions

View File

@@ -615,6 +615,7 @@ function parseExcelFile() {
* 解析多值字段(如作者、标签等)
*/
function parseMultipleValues(value: string): string[] {
if (!value) return []
return value
?.replace('', '/')
.replace('', ',')