Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: 此功能在某些浏览器中可能不可用。
tick: |-
if(var.current<var.has.size){
var.select = var.has[var.current]
val.布局[var.select].normal = '200,200,200,100'
for(key in var.has){
if(key!=var.has[var.current]){
val.布局[key].normal = "0,0,0,130"
}
}
}