From 95941777a7412ba0a6aee10c2f29f67112df9435 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Mon, 2 Oct 2023 21:06:58 +0800 Subject: [PATCH 01/13] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=8D=A2Turnstile"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XMOJ.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMOJ.user.js b/XMOJ.user.js index fb29ca87..40403eaf 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -30,7 +30,7 @@ * You should have received a copy of the GNU General Public License along with this program. If not, see . */ -const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv"; +const CaptchaSiteKey = "0x4AAAAAAAI4scL-wknSAXKD"; const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"]; let PurifyHTML = (Input) => { From e85f3a865baff66dd36d4004ac5ecaf88c43cc97 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Mon, 2 Oct 2023 21:39:35 +0800 Subject: [PATCH 02/13] Update Update.json --- Update.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index 0364182c..4b47c926 100644 --- a/Update.json +++ b/Update.json @@ -1,9 +1,9 @@ { "UpdateHistory": { - "0.2.200": { + "1.0.200": { "UpdateDate": 1696246054517, "Prerelease": false, "UpdateContents": [] } } -} \ No newline at end of file +} From 9268815c452f2c76544f115e1525d329c54b29e9 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Mon, 2 Oct 2023 21:42:13 +0800 Subject: [PATCH 03/13] Update XMOJ.user.js --- XMOJ.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMOJ.user.js b/XMOJ.user.js index 40403eaf..214401ee 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 0.2.200 +// @version 1.0.200 // @description XMOJ增强脚本 // @author @PythonSmall-Q // @namespace https://github/langningchen From 6beee6aad56192e5f37ab401b0a51d253c866ea9 Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 21:42:15 +0800 Subject: [PATCH 04/13] Update Update.json --- Update.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.json b/Update.json index 4b47c926..d92fad2f 100644 --- a/Update.json +++ b/Update.json @@ -3,7 +3,7 @@ "1.0.200": { "UpdateDate": 1696246054517, "Prerelease": false, - "UpdateContents": [] + "PR": 0 } } } From 7f66f715571fb38cbea0f6981bb08b799f20af08 Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 21:44:11 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E8=BF=99=E6=A0=B7=E5=B0=B1=E5=AF=B9?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Update.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index d92fad2f..6dbd41f3 100644 --- a/Update.json +++ b/Update.json @@ -3,7 +3,12 @@ "1.0.200": { "UpdateDate": 1696246054517, "Prerelease": false, - "PR": 0 + "UpdateContents": [ + { + "PR": 0, + "Description": "对不起,先前的更新历史已被删除" + } + ] } } } From e56762ec45c9734daf4f142c6590f189caa81c31 Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 21:48:50 +0800 Subject: [PATCH 06/13] Update XMOJ.user.js --- XMOJ.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMOJ.user.js b/XMOJ.user.js index 214401ee..e105fa2e 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,4 +1,4 @@ -// ==UserScript== +// ==UserScript== // @name XMOJ // @version 1.0.200 // @description XMOJ增强脚本 From c69c2659e331ab27368f02730607c6b6f3db3c15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 13:49:37 +0000 Subject: [PATCH 07/13] Update version info to 1.0.200 --- Update.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Update.json b/Update.json index 6dbd41f3..4f8d6269 100644 --- a/Update.json +++ b/Update.json @@ -1,14 +1,14 @@ { "UpdateHistory": { "1.0.200": { - "UpdateDate": 1696246054517, - "Prerelease": false, + "UpdateDate": 1696254577068, + "Prerelease": true, "UpdateContents": [ { - "PR": 0, - "Description": "对不起,先前的更新历史已被删除" + "PR": 26, + "Description": "Trigger" } ] } } -} +} \ No newline at end of file From 168140422381b96f46d1a36ced177aaf0abc4aa0 Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 21:50:50 +0800 Subject: [PATCH 08/13] Update XMOJ.user.js --- XMOJ.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XMOJ.user.js b/XMOJ.user.js index e105fa2e..6ef40cc0 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ -// ==UserScript== +// ==UserScript== // @name XMOJ -// @version 1.0.200 +// @version 1.0.201 // @description XMOJ增强脚本 // @author @PythonSmall-Q // @namespace https://github/langningchen From 9d0758fb5b31395d2bcd8f6aeaae99f5658d9c8b Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 21:51:22 +0800 Subject: [PATCH 09/13] Update Update.json --- Update.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index 4f8d6269..a1d6fbb4 100644 --- a/Update.json +++ b/Update.json @@ -1,14 +1,24 @@ { "UpdateHistory": { "1.0.200": { + "UpdateDate": 1696254577068, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 0, + "Description": "" + } + ] + }, + "1.0.201": { "UpdateDate": 1696254577068, "Prerelease": true, "UpdateContents": [ { "PR": 26, - "Description": "Trigger" + "Description": "重大更新" } ] } } -} \ No newline at end of file +} From 6fb21e47acffe0501491233c462b7f6dc35e7156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 13:51:31 +0000 Subject: [PATCH 10/13] Update time and description of 1.0.201 --- Update.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index a1d6fbb4..508dd216 100644 --- a/Update.json +++ b/Update.json @@ -11,7 +11,7 @@ ] }, "1.0.201": { - "UpdateDate": 1696254577068, + "UpdateDate": 1696254690797, "Prerelease": true, "UpdateContents": [ { @@ -21,4 +21,4 @@ ] } } -} +} \ No newline at end of file From 758961b051a681562637ea644687954f7b3b75f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 13:51:45 +0000 Subject: [PATCH 11/13] Update time and description of 1.0.201 --- Update.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.json b/Update.json index 508dd216..d9ca472d 100644 --- a/Update.json +++ b/Update.json @@ -11,7 +11,7 @@ ] }, "1.0.201": { - "UpdateDate": 1696254690797, + "UpdateDate": 1696254705419, "Prerelease": true, "UpdateContents": [ { From a4d02f28110623a3eadb010a3b02cd75aaea1a90 Mon Sep 17 00:00:00 2001 From: Chen LangNing Date: Mon, 2 Oct 2023 22:04:01 +0800 Subject: [PATCH 12/13] Update Update.json --- Update.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Update.json b/Update.json index d9ca472d..771e9584 100644 --- a/Update.json +++ b/Update.json @@ -2,7 +2,7 @@ "UpdateHistory": { "1.0.200": { "UpdateDate": 1696254577068, - "Prerelease": true, + "Prerelease": false, "UpdateContents": [ { "PR": 0, @@ -12,7 +12,7 @@ }, "1.0.201": { "UpdateDate": 1696254705419, - "Prerelease": true, + "Prerelease": false, "UpdateContents": [ { "PR": 26, @@ -21,4 +21,4 @@ ] } } -} \ No newline at end of file +} From dbd5e0318bc080acaada2e02aa4fd2632e25c88a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 14:04:33 +0000 Subject: [PATCH 13/13] Update to release 1.0.201 --- Update.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Update.json b/Update.json index 771e9584..c79b9ad2 100644 --- a/Update.json +++ b/Update.json @@ -11,14 +11,9 @@ ] }, "1.0.201": { - "UpdateDate": 1696254705419, + "UpdateDate": 1696255471868, "Prerelease": false, - "UpdateContents": [ - { - "PR": 26, - "Description": "重大更新" - } - ] + "UpdateContents": [] } } -} +} \ No newline at end of file