修复 TypeZone 中误写的 Python or 语法导致构建失败。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-22 16:29:51 +08:00
parent 42fc1425aa
commit c62516017f

View File

@@ -376,7 +376,7 @@ const editType = (type) => {
jieshao: type.jieshao,
tupian_url: type.tupian_url,
yaoqiuleixing: Number(type.yaoqiuleixing),
huiyuan_id: type.huiyuan_id or '',
huiyuan_id: type.huiyuan_id || '',
yongjin: type.yongjin,
shenhezhuangtai: Number(type.shenhezhuangtai),
guishu_leixing_id: type.guishu_leixing_id || null,