mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
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:
@@ -615,6 +615,7 @@ function parseExcelFile() {
|
||||
* 解析多值字段(如作者、标签等)
|
||||
*/
|
||||
function parseMultipleValues(value: string): string[] {
|
||||
if (!value) return []
|
||||
return value
|
||||
?.replace('/', '/')
|
||||
.replace(',', ',')
|
||||
|
||||
Reference in New Issue
Block a user