From 5d36e6d991940886d78c460afa3817f196dde4ed Mon Sep 17 00:00:00 2001 From: zhouyiqing0304 <94766918+zhouyiqing0304@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:10:23 +0800 Subject: [PATCH 1/4] Update XMOJ.user.js Signed-off-by: zhouyiqing0304 <94766918+zhouyiqing0304@users.noreply.github.com> --- XMOJ.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/XMOJ.user.js b/XMOJ.user.js index e4237c63..907d704c 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -888,6 +888,7 @@ async function main() { } else if (document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul > li:nth-child(3) > a > span") != undefined && document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul > li:nth-child(3) > a > span").innerText != "个人中心") { let PopupUL = document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul"); + PopupUL.style.cursor = 'pointer'; PopupUL.innerHTML = ` From 39b53b0d805bb3c6980af1193eee552299cc5a47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Aug 2024 08:11:23 +0000 Subject: [PATCH 2/4] 1.2.57 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4661cbc4..46d473a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmoj-script", - "version": "1.2.56", + "version": "1.2.57", "description": "an improvement script for xmoj.tech", "main": "AddonScript.js", "scripts": { From 1e4fc31d9b6bdb50f1e1cf9bc6da2a0031034518 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Aug 2024 08:11:23 +0000 Subject: [PATCH 3/4] Update version info to 1.2.57 --- Update.json | 11 +++++++++++ XMOJ.user.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index 46d336eb..b5467e33 100644 --- a/Update.json +++ b/Update.json @@ -2442,6 +2442,17 @@ } ], "Notes": "No release notes were provided for this release." + }, + "1.2.57": { + "UpdateDate": 1723968683314, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 712, + "Description": "更改个人中心一栏鼠标指针样式" + } + ], + "Notes": "No release notes were provided for this release." } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 907d704c..3b3d4ddc 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.2.56 +// @version 1.2.57 // @description XMOJ增强脚本 // @author @XMOJ-Script-dev, @langningchen and the community // @namespace https://github/langningchen From ae70d1baaf545dd684d6a34a5e6dfb535cec8f3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Aug 2024 08:11:38 +0000 Subject: [PATCH 4/4] Update time and description of 1.2.57 --- Update.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.json b/Update.json index b5467e33..4525eb61 100644 --- a/Update.json +++ b/Update.json @@ -2444,7 +2444,7 @@ "Notes": "No release notes were provided for this release." }, "1.2.57": { - "UpdateDate": 1723968683314, + "UpdateDate": 1723968698208, "Prerelease": true, "UpdateContents": [ {