bugfix
This commit is contained in:
parent
b269c9a341
commit
25036f57ec
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user