Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

新版本订阅的问题咋解决? #110

Open
snakelmq opened this issue Dec 15, 2020 · 9 comments
Open

新版本订阅的问题咋解决? #110

snakelmq opened this issue Dec 15, 2020 · 9 comments
Labels
enhancement New feature or request

Comments

@snakelmq
Copy link

有大佬解决了吗?或者传授一下方法!

@KB64ba
Copy link

KB64ba commented Dec 15, 2020

用2.16或2.17版,能用就不要更新

@snakelmq
Copy link
Author

显然是被强制自动更新的.....

@kridlo
Copy link

kridlo commented Dec 15, 2020

onekey版,xxqg_v3.1.3(fix).js里找到第634行的asub = 2 - myScores["订阅"];,把2改成0就可以跳过订阅不报错了,不过并没有在根本上修复这个问题,更多的只能看其他大佬了。

@snakelmq
Copy link
Author

感谢

@snakelmq
Copy link
Author

貌似修改了634行还是没用啊

@kridlo
Copy link

kridlo commented Dec 19, 2020

这个就得看你具体情况了。。。到哪里报错就去看代码找哪里的问题。。。

@arcqiufeng
Copy link

貌似修改了634行还是没用啊

xxqg_v3.1.3(fix).js
找到(大约在1330多行左右)

if (myScores['订阅'] != 2) {
    sub();//订阅
}

在前面加//注释掉

// if (myScores['订阅'] != 2) {
//     sub();//订阅
// }

@lolisaikou lolisaikou added the enhancement New feature or request label Dec 26, 2020
@lolisaikou
Copy link
Owner

懒得写了,新版本暂时注释掉了。大家先手动吧,等有空再说

@arcqiufeng
Copy link

貌似新版本onekey中,还是需要改一下:第469行
click("听广播"); //click("听新闻广播");

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants