remove nesscerry

This commit is contained in:
wanlop run 2024-02-28 13:57:41 +07:00
parent f4584099bc
commit 7290a889ec
2 changed files with 29 additions and 3 deletions

View file

@ -809,9 +809,16 @@
800757 Clean bowl ถ้วยล้าง
800758 Arm module ชุดแขน
800759 Change เปลี่ยน
800760 Clean ล้าง
800760 Clean ทำความสะอาด
800761 Disc Powder ฐานจานผง
800762 Change/Clean เปลี่ยน/ล้าง
800762 Change/Clean เปลี่ยน/ทำตวามสะอาด
800763 Did you change/clean module or not? เปลียนหรือทำความสะอาดอุปกรณ์หรือไม่
800764 Did you change module or not? เปลียนอุปกรณ์หรือไม่
800765 Did you clean module or not? ทำความสะอาดหรือไม่
800766 SerialNumber ตัวเลขประจำอุปกรณ์
810000

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -28,6 +28,8 @@
;SAVELOG VideoID6
;SAVELOG VideoAnimationCount
Var Timeout = 0
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_en"
Var PictureEnd = "_en.png"
@ -198,8 +200,14 @@
DEBUGVAR StrawAutoRelease1
Var UserPressButton = "false"
SAVELOG "page_lid_straw.xml"
If InternationalEnable = 1 Then
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
Open Brew3Inter
Else
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
@ -209,6 +217,17 @@
Var CountDownBrewing = CountDownBrewing - 1
EndIf
Var Timeout = Timeout + 1
If Timeout > 10 Then
If InternationalEnable = 1 Then
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
Open Brew3Inter
Else
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
EndIf
Refresh
TimerReset