更新 'SrcJyData.js'

pull/1/head
src48597962 2 years ago
parent a68c6b0af5
commit fadeb2d9f4
  1. 8
      SrcJyData.js

@ -29,8 +29,10 @@ let yijimenu = [
title: "历史", title: "历史",
url: "hiker://history" url: "hiker://history"
}); });
JYconfig['recordentry'] = 1;
writeFile(cfgfile, JSON.stringify(JYconfig));
return "toast://已切换按钮为历史" return "toast://已切换按钮为历史"
}) },JYconfig,cfgfile)
}, { }, {
title: "切换为收藏按钮", title: "切换为收藏按钮",
js: $.toString(() => { js: $.toString(() => {
@ -38,8 +40,10 @@ let yijimenu = [
title: "收藏", title: "收藏",
url: "hiker://collection" url: "hiker://collection"
}); });
JYconfig['recordentry'] = 2;
writeFile(cfgfile, JSON.stringify(JYconfig));
return "toast://已切换按钮为收藏" return "toast://已切换按钮为收藏"
}) },JYconfig,cfgfile)
}] }]
} }
}, },

Loading…
Cancel
Save