From 79f68f9043a7f903ccd60e127ceca5cfae7e5066 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 25 Jun 2024 21:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLive.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLive.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 0a679ccc..db59d0a2 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -21,7 +21,7 @@ function Live() { }), col_type: 'avatar' }); - let livecfgfile = datapath + "liveconfig.json"; + let livecfgfile = "hiker://files/rules/Src/Juying2/liveconfig.json"; let livecfg = fetch(livecfgfile); if(livecfg != ""){ eval("var liveconfig = " + livecfg); @@ -579,7 +579,7 @@ function LiveSet() { //refreshPage(false); })); //setPageTitle("⚙直播设置⚙"); - let livecfgfile = getMyVar('JY直播数据路径') + "liveconfig.json"; + let livecfgfile = "hiker://files/rules/Src/Juying2/liveconfig.json"; let livecfg = fetch(livecfgfile); if(livecfg != ""){ eval("var liveconfig = " + livecfg); @@ -797,7 +797,7 @@ function LiveSet() { addListener("onClose", $.toString(() => { clearMyVar('importinput'); })); - let cfgfile = getMyVar('JY直播数据路径') + "config.json"; + let cfgfile = "hiker://files/rules/Src/Juying2/config.json"; let Juconfig= {}; let Jucfg=fetch(cfgfile); if(Jucfg != ""){ @@ -894,7 +894,7 @@ function LiveSet() { } if(urls.length>0){ livenum = 0; - let livecfgfile = getMyVar('JY直播数据路径') + "liveconfig.json"; + let livecfgfile = "hiker://files/rules/Src/Juying2/liveconfig.json"; let livecfg = fetch(livecfgfile); if(livecfg != ""){ eval("var liveconfig = " + livecfg);