更新 'SrcJySet.js'

master
src48597962 8 months ago
parent 59d9d1aa17
commit a8ed149ebd
  1. 24
      SrcJySet.js

@ -951,21 +951,20 @@ function manageSet(){
});
d.push({
title: '依赖管理',
img: 'https://hikerfans.com/tubiao/circle/158.png',
img: 'https://hikerfans.com/tubiao/system/23.png',
col_type: 'avatar',
url: 'hiker://empty'
});
d.push({
title: 'github理',
title: 'github加速管理',
img: 'https://hikerfans.com/tubiao/system/100.png',
url: $('hiker://empty#noRecordHistory##noHistory#').rule(() => {
$.require('ghproxy').proxyPage();
}),
desc: '测试',
col_type: 'text_icon'
});
d.push({
title: '代码库地址',
title: '指定聚影代码库',
img: 'https://hikerfans.com/tubiao/system/100.png',
url: $(getItem('依赖', ''),"手工指定聚影代码库地址").input(()=>{
return $("确定要指定聚影代码库地址"+input).confirm((input)=>{
@ -1465,7 +1464,7 @@ function manageSet(){
url: 'toast://哥就是帅'
});
d.push({
title: '更新日志',
title: '查看更新日志',
img: 'https://hikerfans.com/tubiao/system/100.png',
col_type: 'text_icon',
url: $("#noLoading#").lazyRule(() => {
@ -1480,7 +1479,20 @@ function manageSet(){
})
});
d.push({
title: '<small>这是一个空壳小程序,仅用于个人学习研究!</small><br>',
title: '免责说明',
img: 'https://hikerfans.com/tubiao/messy/156.svg',
col_type: 'avatar',
url: 'hiker://empty'
})
d.push({
title: `<small>
1. 这是一个空壳小程序仅用于个人学习研究请于导入24小时内删除
2. 本小程序<b>完全免费</b>
当然如果有能力想鼓励作者的也可以支持一下
3. 本小程序仅支持部分box源接口并非所有接口都支持
<b>开始使用本规则即代表遵守规则条例</b>
<br></small>`,
col_type: 'rich_text'
});
setResult(d);

Loading…
Cancel
Save