From f1ed86ad9a72245bf3e53a85948622a2ebf42d75 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 22 Dec 2022 17:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'SrcBook.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcBook.js | 63 ------------------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 SrcBook.js diff --git a/SrcBook.js b/SrcBook.js deleted file mode 100644 index 111d9683..00000000 --- a/SrcBook.js +++ /dev/null @@ -1,63 +0,0 @@ -function yiji() { - var d = []; - let yijimenu = [ - { - title: "管理", - url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { - require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); - SRCSet(); - }), - pic_url: 'https://lanmeiguojiang.com/tubiao/more/129.png', - col_type: 'icon_5' - }, - { - title: "书架", - url: "hiker://collection", - pic_url: 'https://lanmeiguojiang.com/tubiao/more/109.png', - col_type: 'icon_5' - }, - { - title: "搜索", - url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { - require(config.依赖); - sousuo2(); - }), - pic_url: 'https://lanmeiguojiang.com/tubiao/more/101.png', - col_type: 'icon_5' - }, - { - title: "展示", - url: $("hiker://empty##fypage#noRecordHistory##noHistory#").rule(() => { - require(config.依赖); - jiekouyiji(); - }), - pic_url: 'https://lanmeiguojiang.com/tubiao/more/105.png', - col_type: 'icon_5' - }, - { - title: "直播", - url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { - require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcLive.js'); - Live(); - }), - pic_url: 'https://lanmeiguojiang.com/tubiao/more/87.png', - col_type: 'icon_5' - }, - { - col_type: 'line' - } - ] - if(MY_PAGE==1){ - for(var i in yijimenu){ - d.push( - yijimenu[i] - ) - } - for (let i = 0; i < 10; i++) { - d.push({ - col_type: "blank_block" - }) - } - } - setResult(d); -} \ No newline at end of file