Skip to content

Commit

Permalink
fix(*): 更新学习进度api (#86)
Browse files Browse the repository at this point in the history
* fix(*): 更新学习进度api

更新学习进度api,由于原先的api错误,导致大量用户表示无法学习

* Update version_info.json

---------

Co-authored-by: techxuexi21 <[email protected]>
Co-authored-by: MeetAlpha <[email protected]>
  • Loading branch information
3 people committed Mar 19, 2023
1 parent 8d4141a commit 17e52f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion techxuexi-js/version_info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"techxuexi_js_version": "v20220329",
"techxuexi_js_version": "v20230318",
"notice": "...",
"techxuexi_js_update_log": [{
"version": "v20230318",
"info": "更新学习进度api"
},{
"version": "v20220922",
"info": "添加自动开始学习,未登陆则会跳转到登录页"
},{
Expand Down
2 changes: 1 addition & 1 deletion 不学习何以强国.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var study_css = ".egg_study_btn{outline:0;border:0;position:fixed;top:5px;left:5
GM_addStyle(study_css);
//https://www.xuexi.cn/lgdata/3uoe1tg20en0.json
//查询今日完成情况
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2";
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/delegate/score/days/listScoreProgress?sence=score&deviceType=2";
//重要新闻列表(主)
const NewsUrl1 = "https://www.xuexi.cn/lgdata/1jscb6pu1n2.json";
//学习时评新闻列表
Expand Down

0 comments on commit 17e52f8

Please sign in to comment.