Merge branch 'masterpiece' of kong:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
02deedbec7
2 changed files with 10 additions and 0 deletions
|
|
@ -572,6 +572,9 @@
|
||||||
|
|
||||||
; Zone set video main page.
|
; Zone set video main page.
|
||||||
|
|
||||||
|
; ignore collection point
|
||||||
|
Var SettingIgnoreCollectPoint = 0
|
||||||
|
|
||||||
Var adver_brewing_en = 1
|
Var adver_brewing_en = 1
|
||||||
|
|
||||||
;inter-xml-open
|
;inter-xml-open
|
||||||
|
|
@ -817,6 +820,9 @@
|
||||||
|
|
||||||
Var DisableTaobinCredit = "true"
|
Var DisableTaobinCredit = "true"
|
||||||
|
|
||||||
|
; Singapore disable point
|
||||||
|
Var SettingIgnoreCollectPoint = 1
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
;inter-page-board
|
;inter-page-board
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@
|
||||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If SettingIgnoreCollectPoint = 1 Then
|
||||||
|
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Var ShowErrorText = "Invisible"
|
Var ShowErrorText = "Invisible"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue