xmoj-script 1.1.60 → 1.1.61

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
@@ -1491,6 +1491,17 @@
1491
1491
  }
1492
1492
  ],
1493
1493
  "Notes": "No release notes were provided for this release."
1494
+ },
1495
+ "1.1.61": {
1496
+ "UpdateDate": 1714207526058,
1497
+ "Prerelease": true,
1498
+ "UpdateContents": [
1499
+ {
1500
+ "PR": 517,
1501
+ "Description": "Auto Read Short message mentions"
1502
+ }
1503
+ ],
1504
+ "Notes": "No release notes were provided for this release."
1494
1505
  }
1495
1506
  }
1496
1507
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.60
3
+ // @version 1.1.61
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -3790,6 +3790,9 @@ int main()
3790
3790
  }
3791
3791
  }
3792
3792
  }
3793
+ RequestAPI("ReadUserMailMention",{
3794
+ "UserID": String(SearchParams.get("to_user"))
3795
+ });
3793
3796
  RequestAPI("GetMail", {
3794
3797
  "OtherUser": String(SearchParams.get("to_user"))
3795
3798
  }, async (ResponseData) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {