6.92 adv update
This commit is contained in:
parent
a82a7e3ca2
commit
3226c11dfe
5 changed files with 381 additions and 0 deletions
35
xml/test_qr.xml
Normal file
35
xml/test_qr.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<Page>
|
||||
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Background> 0xFFFFFF </Background>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 15 Then
|
||||
Open "ROOT/taobin_project/xml/page_board.xml"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
||||
</EventTimeout>
|
||||
|
||||
<QRCode>
|
||||
<X> 445 </X>
|
||||
<Y> 958 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 200 </Height>
|
||||
<State> "Enable" </State>
|
||||
<Service>"Herr"</Service>
|
||||
</QRCode>
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue