Add file
This commit is contained in:
parent
7085ebb683
commit
eec8c551dc
10 changed files with 43 additions and 20 deletions
|
|
@ -64,25 +64,16 @@
|
|||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_en.png"
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
;inter-play-list
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_en.png"
|
||||
EndIf
|
||||
Var PicturePath = CountryRootPath + "/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_en.png"
|
||||
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_en.png"
|
||||
EndIf
|
||||
Else
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue