This commit is contained in:
yumoqing 2026-03-16 16:01:59 +08:00
parent b269c9a341
commit 25036f57ec

View File

@ -10,16 +10,16 @@ return {
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": id, "text": id,
"wrap": true, "wrap": True,
"valign": "left" "valign": "left"
} }
}, },
{ {
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"i18n": true, "i18n": True,
"otext": "实例创建完成", "otext": "实例创建完成",
"wrap": true, "wrap": True,
"valign": "left" "valign": "left"
} }
} }