更新 'SrcJySet.js'

master
src48597962 8 months ago
parent bd6b86cdf1
commit 232967b7b9
  1. 38
      SrcJySet.js

@ -1440,28 +1440,7 @@ function manageSet(){
col_type: "line" col_type: "line"
}); });
*/ */
d.push({
col_type: "line_blank"
});
d.push({
title: '主题设置',
img: getIcon("依赖.svg"),
col_type: 'avatar',
url: 'hiker://empty'
});
d.push({
title: '主题颜色选择',
img: getIcon("箭头.svg"),
url: $("#noLoading#").lazyRule(() => {
const hikerPop = $.require("http://hiker.nokia.press/hikerule/rulelist.json?id=6966");
hikerPop.selectCenterColor(["#fdf000", "#FF0000"], (color) => {
setItem('主题颜色', color);
refreshPage();
});
return "hiker://empty";
}),
col_type: 'text_icon'
});
d.push({ d.push({
col_type: "line_blank" col_type: "line_blank"
}); });
@ -1494,11 +1473,24 @@ function manageSet(){
col_type: "line_blank" col_type: "line_blank"
}); });
d.push({ d.push({
title: '配置开关', title: '规则配置',
img: getIcon("配置.svg"), img: getIcon("配置.svg"),
col_type: 'avatar', col_type: 'avatar',
url: 'toast://不清楚,可不动' url: 'toast://不清楚,可不动'
}); });
d.push({
title: '主题颜色选择',
img: getIcon("箭头.svg"),
url: $("#noLoading#").lazyRule(() => {
const hikerPop = $.require("http://hiker.nokia.press/hikerule/rulelist.json?id=6966");
hikerPop.selectCenterColor(["#fdf000", "#FF0000"], (color) => {
setItem('主题颜色', color);
refreshPage();
});
return "hiker://empty";
}),
col_type: 'text_icon'
});
d.push({ d.push({
title: '规则日志打印', title: '规则日志打印',
img: getItem('规则日志打印')=="1"?getIcon("开.svg"):getIcon("关.svg"), img: getItem('规则日志打印')=="1"?getIcon("开.svg"):getIcon("关.svg"),

Loading…
Cancel
Save