This commit is contained in:
kong 2023-08-10 10:02:05 +07:00
parent 605112cd9f
commit df2387c089
51 changed files with 11583 additions and 832 deletions

View file

@ -660,7 +660,13 @@
<Y> info_11Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
RunApp "com.NDF.taobin"
Var GameInstalled = "-"
CheckApp "com.NDF.taobin" GameInstalled
DEBUGVAR GameInstalled
If GameInstalled = "true" Then
RunApp "com.NDF.taobin"
EndIf
</EventClick>
</Image>