From e1d11ff461d1b733902e7b2472392bfc7483b93b Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 26 Nov 2022 18:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyMenu.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyMenu.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/SrcJyMenu.js b/SrcJyMenu.js index e7ae722d..73233ae5 100644 --- a/SrcJyMenu.js +++ b/SrcJyMenu.js @@ -441,6 +441,37 @@ function lookset(){ col_type: "text_center_1" }); } + d.push({ + col_type: "line_blank" + }); + d.push({ + title: '颜色设置', + col_type: "rich_text" + }); + d.push({ + title: getItem('SrcJy$linecolor1','')==''?'线路选中':'‘‘’’'+'线路选中'+'', + url: $("","线路选中的颜色设置").input(() => { + setItem('SrcJy$linecolor1',input); + return 'toast://已设置'; + }), + col_type: "text_3" + }) + d.push({ + title: getItem('SrcJy$linecolor2','')==''?'线路未选':'‘‘’’'+'线路未选'+'', + url: $("","选集列表名称的颜色设置").input(() => { + setItem('SrcJy$linecolor2',input); + return 'toast://已设置'; + }), + col_type: "text_3" + }) + d.push({ + title: getItem('SrcJy$playcolor','')==''?'选集颜色':'‘‘’’'+'选集颜色'+'', + url: $("","选集列表名称的颜色设置").input(() => { + setItem('SrcJy$playcolor',input); + return 'toast://已设置'; + }), + col_type: "text_3" + }) d.push({ title: '
', col_type: 'rich_text'