修复 TypeZone 中误写的 Python or 语法导致构建失败。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user