From d15cd3b8e92d9720b4669a70394901bf8cc61cf2 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 22 Dec 2022 16:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'SrcBook1.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcBook1.js | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 SrcBook1.js diff --git a/SrcBook1.js b/SrcBook1.js new file mode 100644 index 00000000..111d9683 --- /dev/null +++ b/SrcBook1.js @@ -0,0 +1,63 @@ +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