add feature SMS,SGP: WIP fullscreen

This commit is contained in:
Pakin 2025-03-20 11:01:33 +07:00
parent ddcb4273c5
commit b2da614560
11 changed files with 748 additions and 6 deletions

View file

@ -8,14 +8,14 @@ If InternationalEnable = 1 Then
Else
If CountryName = "Singapore" Then
Open "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
OpenInst 0 "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
EndIf
If CountryName = "UnitedArabEmirates Dubai" Then
Open "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
EndIf
Open "ROOT/taobin_project/xml/page_show_error.lxml"
OpenInst 0 "ROOT/taobin_project/xml/page_show_error.lxml"
EndIf
Else