Compare commits

..

2 Commits

Author SHA1 Message Date
TJH
b69711f281 报错提示显示bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 46s
2026-01-07 17:10:43 +08:00
TJH
cd5d3424ab 1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 43s
2026-01-05 15:31:27 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -1037,7 +1037,7 @@
"__id__": 378 "__id__": 378
} }
], ],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 387 "__id__": 387
@ -15686,7 +15686,7 @@
"__id__": 940 "__id__": 940
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 1004 "__id__": 1004
@ -18157,7 +18157,7 @@
"__id__": 758 "__id__": 758
}, },
"_children": [], "_children": [],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 768 "__id__": 768

View File

@ -893,7 +893,7 @@ export class SlotScene extends Component {
} }
break; break;
case 5: case 5:
msg1 = I18nManager.instance.t('AID_TIP_CONTENT_4'); msg1 = I18nManager.instance.t('AID_ERROR_CONTENT_4');
msg2 = I18nManager.instance.t('AID_ERROR_CODE_4'); msg2 = I18nManager.instance.t('AID_ERROR_CODE_4');
tip = `${msg1}\n${msg2}`; tip = `${msg1}\n${msg2}`;
if (!this.TipPanel.getHasTip()) { if (!this.TipPanel.getHasTip()) {