xmoj-script 1.1.34 → 1.1.35

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
@@ -1172,6 +1172,17 @@
1172
1172
  }
1173
1173
  ],
1174
1174
  "Notes": "No release notes were provided for this release."
1175
+ },
1176
+ "1.1.35": {
1177
+ "UpdateDate": 1706625057380,
1178
+ "Prerelease": true,
1179
+ "UpdateContents": [
1180
+ {
1181
+ "PR": 412,
1182
+ "Description": "修改警告"
1183
+ }
1184
+ ],
1185
+ "Notes": "No release notes were provided for this release."
1175
1186
  }
1176
1187
  }
1177
1188
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.34
3
+ // @version 1.1.35
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -1138,7 +1138,7 @@ if (location.host != "www.xmoj.tech") {
1138
1138
  {
1139
1139
  "ID": "SuperDebug",
1140
1140
  "Type": "A",
1141
- "Name": "本地调试模式(仅供开发者使用) (If you don't know what this does, don't enable it!)"
1141
+ "Name": "本地调试模式(仅供开发者使用) (未经授权的擅自开启将导致大部分功能不可用!)"
1142
1142
  },
1143
1143
  {"ID": "UnpkgCdn", "Type": "A", "Name": "使用 unpkg CDN (不建议使用)"},
1144
1144
  ]));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {