xmoj-script 1.6.1 → 1.7.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
@@ -2840,6 +2840,17 @@
2840
2840
  }
2841
2841
  ],
2842
2842
  "Notes": "No release notes were provided for this release."
2843
+ },
2844
+ "1.7.0": {
2845
+ "UpdateDate": 1748873286643,
2846
+ "Prerelease": false,
2847
+ "UpdateContents": [
2848
+ {
2849
+ "PR": 802,
2850
+ "Description": "Fix page flashes in dark mode"
2851
+ }
2852
+ ],
2853
+ "Notes": "No release notes were provided for this release."
2843
2854
  }
2844
2855
  }
2845
2856
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.6.1
3
+ // @version 1.7.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": "1.6.1",
3
+ "version": "1.7.0",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {