並新增default 資料夾加入所需的圖檔
#變數
Var=xx,0
Var=xtsz,0
#首頁顯示時間 ,點選時間開啟隱藏頁
wxDrawStringEx=<?if {xx}==0 then 1 else 0?>,11,2,0,240,1,0,700,{SH0}{SH1}:{SF0}{SF1}
wxClickAction=<?if {xtsz}==0 then 1 else 0?>,0,95,50,22,11,xx,<?if {xx}==1 then 0 else 1?>
#隱藏頁
#半透明網狀背景和小三角形圖標
wxDrawPicEx=<?if {xx}==1 then 1 else 0?>,0,0,0,0,0,0,0,0,0,0,default\bg.png
wxDrawPicEx=<?if {xx}==0 then 0 else 1?>,3,114,0,0,0,0,0,0,0,0,default\show.png
#日期
wxDrawStringEx=<?if {xx}==1 then 1 else 0?>,10,25,0,240,1,0,700,{SY}年{SM}月{SD}日 星期{WD}
wxDrawStringEx=<?if {xx}==1 then 1 else 0?>,10,94,0,240,1,0,300,{GY}{SX}年{RY}{LM}月{LD} {GD}日{SC}時
#時間
wxDrawPicEx=<?if {xx}==1 then 1 else 0?>,48,49,0,0,0,0,0,0,0,0,default\clock\{SH0}.png
wxDrawPicEx=<?if {xx}==1 then 1 else 0?>,48,83,0,0,0,0,0,0,0,0,default\clock\{SH1}.png
wxDrawPicEx=<?if {xx}==1 then 1 else 0?>,48,128,0,0,0,0,0,0,0,0,default\clock\{SF0}.png
wxDrawPicEx=<?if {xx}==1 then 1 else 0?>,48,161,0,0,0,0,0,0,0,0,default\clock\{SF1}.png
效果圖

點選時間即顯示隱藏的東東
再點小三角形即恢復原來首頁小時間畫面

------------------------------------------------------------------------------------------------------------------------
補充說明:
紅色數字1為組號
就是把隱藏的東西隱藏在首頁
你要在別的頁面隱藏東西改組號即可
再來就是改變你想隱藏的東西




























































































