Skip to content

Commit

Permalink
fix [Bug] 右上角用户名点击后无反应 (#445)
Browse files Browse the repository at this point in the history
* Make popovers work

Signed-off-by: Zhu Chenrui <Thomas_rainbowfish@icloud.com>

* 1.1.42

* Update version info to 1.1.42

* Update time and description of 1.1.42

* rel notes

Signed-off-by: Zhu Chenrui <Thomas_rainbowfish@icloud.com>

* Update time and description of 1.1.42

---------

Signed-off-by: Zhu Chenrui <Thomas_rainbowfish@icloud.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
boomzero and github-actions[bot] authored Feb 11, 2024
1 parent 20c9c24 commit 7375d38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
13 changes: 12 additions & 1 deletion Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.1.42": {
"UpdateDate": 1707642572244,
"Prerelease": true,
"UpdateContents": [
{
"PR": 445,
"Description": "fix [Bug] 右上角用户名点击后无反应 "
}
],
"Notes": "Popper.js is so stupid..."
}
}
}
}
9 changes: 2 additions & 7 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.1.41
// @version 1.1.42
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -488,11 +488,6 @@ async function main() {
document.querySelector("html").setAttribute("data-bs-theme", "light");
}
var resources = [
{
type: 'script',
src: 'https://cdn.bootcdn.net/ajax/libs/popper.js/2.11.7/umd/popper.min.js',
isModule: true
},
{
type: 'link',
href: 'https://cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/codemirror.min.css',
Expand All @@ -515,7 +510,7 @@ async function main() {
},
{
type: 'script',
src: 'https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.0-alpha3/js/bootstrap.min.js',
src: 'https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.0-alpha3/js/bootstrap.bundle.min.js',
isModule: true
}
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmoj-script",
"version": "1.1.41",
"version": "1.1.42",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit 7375d38

Please sign in to comment.