@@ -3,7 +3,7 @@ const $ = new Env('BoxJs')
33// 为 eval 准备的上下文环境
44const $eval_env = { }
55
6- $ . version = '0.7.47 '
6+ $ . version = '0.7.48 '
77$ . versionType = 'beta'
88
99/**
@@ -304,7 +304,7 @@ function getSystemApps() {
304304 settings : [
305305 { id : '@chavy_boxjs_userCfgs.httpapis' , name : 'HTTP-API (Surge TF)' , val : '' , type : 'textarea' , placeholder : ',examplekey@127.0.0.1:6166' , autoGrow : true , rows : 2 , persistentHint :true , desc : '示例: ,examplekey@127.0.0.1:6166! 注意: 以逗号开头, 逗号分隔多个地址, 可加回车' } ,
306306 { id : '@chavy_boxjs_userCfgs.httpapi_timeout' , name : 'HTTP-API Timeout (Surge TF)' , val : 20 , type : 'number' , persistentHint :true , desc : '如果脚本作者指定了超时时间, 会优先使用脚本指定的超时时间.' } ,
307- { id : '@chavy_boxjs_userCfgs.bgimgs' , name : '背景图片清单' , val : '无背景 ,\n妹子,http://api.btstu.cn/sjbz/zsy.php' , type : 'textarea' , placeholder : '无, {回车} 妹子,图片地址' , persistentHint :true , autoGrow : true , rows : 2 , desc : '逗号分隔名字和链接, 回车分隔多个地址' } ,
307+ { id : '@chavy_boxjs_userCfgs.bgimgs' , name : '背景图片清单' , val : '跟随系统 ,\n妹子,http://api.btstu.cn/sjbz/zsy.php' , type : 'textarea' , placeholder : '无, {回车} 妹子,图片地址' , persistentHint :true , autoGrow : true , rows : 2 , desc : '逗号分隔名字和链接, 回车分隔多个地址' } ,
308308 { id : '@chavy_boxjs_userCfgs.bgimg' , name : '背景图片' , val : '' , type : 'text' , placeholder : 'http://api.btstu.cn/sjbz/zsy.php' , persistentHint :true , desc : '输入背景图标的在线链接' } ,
309309 { id : '@chavy_boxjs_userCfgs.color_light_primary' , name : '明亮色调' , canvas : true , val : '#F7BB0E' , type : 'colorpicker' , desc : '' } ,
310310 { id : '@chavy_boxjs_userCfgs.color_dark_primary' , name : '暗黑色调' , canvas : true , val : '#2196F3' , type : 'colorpicker' , desc : '' }
0 commit comments