xmoj-script 1.1.5 → 1.1.6

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
@@ -739,6 +739,17 @@
739
739
  }
740
740
  ],
741
741
  "Notes": "No release notes were provided for this release."
742
+ },
743
+ "1.1.6": {
744
+ "UpdateDate": 1702995326126,
745
+ "Prerelease": true,
746
+ "UpdateContents": [
747
+ {
748
+ "PR": 312,
749
+ "Description": "fix release notes"
750
+ }
751
+ ],
752
+ "Notes": "Welcome!"
742
753
  }
743
754
  }
744
755
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.5
3
+ // @version 1.1.6
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -794,7 +794,7 @@ else {
794
794
  UpdateDataCardText.className = "card-text";
795
795
  //release notes
796
796
  if (Data.Notes != undefined){
797
- UpdateDataCardText.innerHTML = Data.ReleaseNotes;
797
+ UpdateDataCardText.innerHTML = Data.Notes;
798
798
  }
799
799
  let UpdateDataCardList = document.createElement("ul"); UpdateDataCardText.appendChild(UpdateDataCardList);
800
800
  UpdateDataCardList.className = "list-group list-group-flush";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {