From df483b92b8768c113a15d70a9560123d567ab9c5 Mon Sep 17 00:00:00 2001 From: boomzero Date: Thu, 1 Aug 2024 07:56:05 +0800 Subject: [PATCH 1/3] Improve popover usability --- XMOJ.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XMOJ.user.js b/XMOJ.user.js index d98358b1..85a651bb 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -468,7 +468,7 @@ async function main() { rel: 'stylesheet' }, { type: 'script', - src: 'https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.min.js', + src: 'https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.js', isModule: true }]; if (UtilityEnabled("cdnjs")) { @@ -476,7 +476,7 @@ async function main() { resources[1].href = 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/theme/darcula.min.css'; resources[2].href = 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/addon/merge/merge.min.css'; resources[3].href = 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css'; - resources[4].src = 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js'; + resources[4].src = 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.js'; } let loadResources = async () => { let promises = resources.map(resource => { From 510ba23eb147c2ae6d5f46a5f34fea6c2f54d7c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 23:57:32 +0000 Subject: [PATCH 2/3] 1.2.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d74d2c4..8a467f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmoj-script", - "version": "1.2.13", + "version": "1.2.14", "description": "an improvement script for xmoj.tech", "main": "AddonScript.js", "scripts": { From baefcacb8bec82572967358b05148d20fd96bbbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 23:57:33 +0000 Subject: [PATCH 3/3] Update version info to 1.2.14 --- Update.json | 11 +++++++++++ XMOJ.user.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index f1d53210..527f37ec 100644 --- a/Update.json +++ b/Update.json @@ -1837,6 +1837,17 @@ } ], "Notes": "No release notes were provided for this release." + }, + "1.2.14": { + "UpdateDate": 1722470253103, + "Prerelease": true, + "UpdateContents": [ + { + "PR": 580, + "Description": "Improve popover usability" + } + ], + "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 85a651bb..81850f79 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 1.2.13 +// @version 1.2.14 // @description XMOJ增强脚本 // @author @XMOJ-Script-dev, @langningchen and the community // @namespace https://github/langningchen