xmoj-script 2.2.2 → 2.3.0

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
@@ -3043,6 +3043,21 @@
3043
3043
  }
3044
3044
  ],
3045
3045
  "Notes": "No release notes were provided for this release."
3046
+ },
3047
+ "2.3.0": {
3048
+ "UpdateDate": 1757851277491,
3049
+ "Prerelease": false,
3050
+ "UpdateContents": [
3051
+ {
3052
+ "PR": 839,
3053
+ "Description": "Fix formatting in feedback card text"
3054
+ },
3055
+ {
3056
+ "PR": 852,
3057
+ "Description": "Fix the submit button on some pages"
3058
+ }
3059
+ ],
3060
+ "Notes": "随着 CI 更新, 相信以后的 release 都会有 release notes("
3046
3061
  }
3047
3062
  }
3048
3063
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 2.2.2
3
+ // @version 2.3.0
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "2.2.2",
3
+ "version": "2.3.0",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {