main(){
//这里写入你的应用函数
/**
* Module("zip")可以得到zip打包,解压相关库等,
* Module("lunar")可获得农历等日历信息,
*/
return 0;
};
name(){
return "应用名";//这里是你的应用名,空白时将随机显示
};
options(){
// 这里是背景颜色的配置'white'即白色,'black'即黑色,disableMenu属性填写true即关闭网页默认菜单,
return Create("backgroundColor:'black',disableMenu:false");
};
otherFunc(){
//写入其它函数,注意函数间打上分号
}
ReducedRadius Site