Skip to content

Commit 17e52f8

Browse files
Howardzhangdqstechxuexi21MeetAlpha
authored
fix(*): 更新学习进度api (#86)
* fix(*): 更新学习进度api 更新学习进度api,由于原先的api错误,导致大量用户表示无法学习 * Update version_info.json --------- Co-authored-by: techxuexi21 <86897692+techxuexi21@users.noreply.github.com> Co-authored-by: MeetAlpha <80499020+MeetAlpha@users.noreply.github.com>
1 parent 8d4141a commit 17e52f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

techxuexi-js/version_info.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"techxuexi_js_version": "v20220329",
2+
"techxuexi_js_version": "v20230318",
33
"notice": "...",
44
"techxuexi_js_update_log": [{
5+
"version": "v20230318",
6+
"info": "更新学习进度api"
7+
},{
58
"version": "v20220922",
69
"info": "添加自动开始学习,未登陆则会跳转到登录页"
710
},{

不学习何以强国.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var study_css = ".egg_study_btn{outline:0;border:0;position:fixed;top:5px;left:5
2424
GM_addStyle(study_css);
2525
//https://www.xuexi.cn/lgdata/3uoe1tg20en0.json
2626
//查询今日完成情况
27-
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2";
27+
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/delegate/score/days/listScoreProgress?sence=score&deviceType=2";
2828
//重要新闻列表(主)
2929
const NewsUrl1 = "https://www.xuexi.cn/lgdata/1jscb6pu1n2.json";
3030
//学习时评新闻列表

0 commit comments

Comments
 (0)