From 67a9995eb10b73383e54744b56b34fdc0ae43431 Mon Sep 17 00:00:00 2001 From: Zhu Chenrui <85378277+boomzero@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:07:30 +0800 Subject: [PATCH 1/5] add more credits (#57) * add more credits Signed-off-by: Zhu Chenrui <85378277+boomzero@users.noreply.github.com> * Update version info to 1.0.203 --------- Signed-off-by: Zhu Chenrui <85378277+boomzero@users.noreply.github.com> Co-authored-by: github-actions[bot] --- Update.json | 10 ++++++++++ XMOJ.user.js | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Update.json b/Update.json index b0ca9d82..6bdea146 100644 --- a/Update.json +++ b/Update.json @@ -29,6 +29,16 @@ "Description": "增加名字" } ] + }, + "1.0.203": { + "UpdateDate": 1696342022363, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 57, + "Description": "add more credits" + } + ] } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 64488589..7a7939c8 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,8 +1,8 @@ // ==UserScript== // @name XMOJ -// @version 1.0.202 +// @version 1.0.203 // @description XMOJ增强脚本 -// @author @PythonSmall-Q +// @author @langningchen, @PythonSmall-Q and @boomzero // @namespace https://github/langningchen // @match http://*.xmoj.tech/* // @match http://116.62.212.172/* From 22ca5beb9f8e9504e44597ebcd45c1524520926e Mon Sep 17 00:00:00 2001 From: Zhu Chenrui <85378277+boomzero@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:12:53 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=8A=8A@langningchen=E5=BD=93=E4=BD=9C?= =?UTF-8?q?=E5=90=89=E7=A5=A5=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhu Chenrui <85378277+boomzero@users.noreply.github.com> --- XMOJ.user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XMOJ.user.js b/XMOJ.user.js index 7a7939c8..53c94b66 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -186,6 +186,9 @@ let GetUsernameHTML = async (Element, Username, Simple = false, Href = "http://w if (AdminUserList.includes(Username)) { HTMLData += `管理员`; } + if (Username == "chenlangning"){ + HTMLData += `吉祥物`; + } let BadgeInfo = await GetUserBadge(Username); if (BadgeInfo.Content != "") { HTMLData += `${BadgeInfo.Content}`; From 335dfa9f60abb7d6257b1277c0912bd745129468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 14:13:41 +0000 Subject: [PATCH 3/5] Update version info to 1.0.204 --- Update.json | 10 ++++++++++ XMOJ.user.js | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index 6bdea146..14f6e426 100644 --- a/Update.json +++ b/Update.json @@ -39,6 +39,16 @@ "Description": "add more credits" } ] + }, + "1.0.204": { + "UpdateDate": 1696342420616, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 58, + "Description": "把@langningchen当作吉祥物" + } + ] } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 53c94b66..06d66cc3 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.0.203 +// @version 1.0.204 // @description XMOJ增强脚本 // @author @langningchen, @PythonSmall-Q and @boomzero // @namespace https://github/langningchen From c8f825290ea731c3ab0ea84b10503873c9690143 Mon Sep 17 00:00:00 2001 From: Shan Wenxiao Date: Tue, 3 Oct 2023 23:10:29 +0800 Subject: [PATCH 4/5] Update index.html Signed-off-by: Shan Wenxiao --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f6f63365..eb949f81 100644 --- a/index.html +++ b/index.html @@ -278,7 +278,7 @@

安装小明的OJ增强脚本

安装用户脚本管理器后,您可以点击 - 这里 + 这里 安装小明的OJ增强脚本。 点击后,Tampermonkey扩展会自动打开,您可以在弹出的提示框中点击“安装”按钮,等待安装完成。

From 7536cd9179a16a4468458cd067bc87403f948655 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 15:12:50 +0000 Subject: [PATCH 5/5] Update to release 1.0.205 --- Update.json | 14 ++++++++++++++ XMOJ.user.js | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index 14f6e426..7392a058 100644 --- a/Update.json +++ b/Update.json @@ -49,6 +49,20 @@ "Description": "把@langningchen当作吉祥物" } ] + }, + "1.0.205": { + "UpdateDate": 1696345969618, + "Prerelease": false, + "UpdateContents": [ + { + "PR": 57, + "Description": "add more credits" + }, + { + "PR": 58, + "Description": "把@langningchen当作吉祥物" + } + ] } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 06d66cc3..016a4520 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.0.204 +// @version 1.0.205 // @description XMOJ增强脚本 // @author @langningchen, @PythonSmall-Q and @boomzero // @namespace https://github/langningchen