xmoj-script 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Update.json CHANGED
@@ -3021,6 +3021,17 @@
3021
3021
  }
3022
3022
  ],
3023
3023
  "Notes": "No release notes were provided for this release."
3024
+ },
3025
+ "2.2.1": {
3026
+ "UpdateDate": 1756003502262,
3027
+ "Prerelease": true,
3028
+ "UpdateContents": [
3029
+ {
3030
+ "PR": 839,
3031
+ "Description": "Fix formatting in feedback card text"
3032
+ }
3033
+ ],
3034
+ "Notes": "No release notes were provided for this release."
3024
3035
  }
3025
3036
  }
3026
3037
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 2.2.0
3
+ // @version 2.2.1
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -1513,7 +1513,7 @@ async function main() {
1513
1513
  FeedbackCardBody.className = "card-body";
1514
1514
  let FeedbackCardText = document.createElement("p");
1515
1515
  FeedbackCardText.className = "card-text";
1516
- FeedbackCardText.innerText = "如果您有任何建议或者发现了bug,请前往本项目的GitHub页面并提交issue。提交issue前请先搜索是否有相同的issue,如果有请在该issue下留言。请在issue中尽可能详细地描述您的问题,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。";
1516
+ FeedbackCardText.innerText = "如果您有任何建议或者发现了 bug,请前往本项目的 GitHub 页面并提交 issue。提交 issue 前请先搜索是否有相同的 issue,如果有请在该 issue 下留言。请在 issue 中尽可能详细地描述您的问题,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。";
1517
1517
  FeedbackCardBody.appendChild(FeedbackCardText);
1518
1518
  let FeedbackCardLink = document.createElement("a");
1519
1519
  FeedbackCardLink.className = "card-link";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {