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",
"options": {
"text": id,
"wrap": true,
"wrap": True,
"valign": "left"
}
},
{
"widgettype": "Text",
"options": {
"i18n": true,
"i18n": True,
"otext": "实例创建完成",
"wrap": true,
"wrap": True,
"valign": "left"
}
}