From 17e52f8e89316f7a82e553c67ebb72a85873ba3c Mon Sep 17 00:00:00 2001 From: Howard Zhang <75195784+Howardzhangdqs@users.noreply.github.com> Date: Sun, 19 Mar 2023 09:01:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(*):=20=E6=9B=B4=E6=96=B0=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6api=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- techxuexi-js/version_info.json | 5 ++++- ...1\240\344\275\225\344\273\245\345\274\272\345\233\275.js" | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/techxuexi-js/version_info.json b/techxuexi-js/version_info.json index 1da22e5..6e4f63f 100644 --- a/techxuexi-js/version_info.json +++ b/techxuexi-js/version_info.json @@ -1,7 +1,10 @@ { - "techxuexi_js_version": "v20220329", + "techxuexi_js_version": "v20230318", "notice": "...", "techxuexi_js_update_log": [{ + "version": "v20230318", + "info": "更新学习进度api" + },{ "version": "v20220922", "info": "添加自动开始学习,未登陆则会跳转到登录页" },{ diff --git "a/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" "b/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" index 574d37a..79a5c3a 100644 --- "a/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" +++ "b/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" @@ -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"; //学习时评新闻列表