From 6e3fed8a890971427480bffad07c1c3e54de1243 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Tue, 3 Oct 2023 16:06:37 +0800 Subject: [PATCH 1/4] 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 ca67357..c1e0ec7 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.0.202 +// @version 1.0.201 // @description XMOJ增强脚本 // @author @PythonSmall-Q // @namespace https://github/langningchen From b71a758c7bb8f92bb1dd7218e3990370b0ff8010 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Tue, 3 Oct 2023 16:34:21 +0800 Subject: [PATCH 2/4] 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 c1e0ec7..b4c0282 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -31,7 +31,7 @@ */ const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv"; -const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "wangmaohua"]; +const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"]; let PurifyHTML = (Input) => { return DOMPurify.sanitize(Input, { From 39ac03dc38c44b35e91478eb09a6268f189aa488 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Tue, 3 Oct 2023 16:41:18 +0800 Subject: [PATCH 3/4] Update Update.json --- Update.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index c79b9ad..c522ede 100644 --- a/Update.json +++ b/Update.json @@ -13,7 +13,12 @@ "1.0.201": { "UpdateDate": 1696255471868, "Prerelease": false, - "UpdateContents": [] + "UpdateContents": [ + { + "PR": 0, + "Description": "" + } + ] } } -} \ No newline at end of file +} From f59191ca57829c2b6e781444741ba493d487cc62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 08:41:43 +0000 Subject: [PATCH 4/4] Update version info to 1.0.202 --- Update.json | 12 +++++++++++- XMOJ.user.js | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index c522ede..ca56ade 100644 --- a/Update.json +++ b/Update.json @@ -19,6 +19,16 @@ "Description": "" } ] + }, + "1.0.202": { + "UpdateDate": 1696322502454, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 42, + "Description": "Update XMOJ.user.js" + } + ] } } -} +} \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index b4c0282..d82ed4e 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.0.201 +// @version 1.0.202 // @description XMOJ增强脚本 // @author @PythonSmall-Q // @namespace https://github/langningchen