xmoj-script 1.1.40 → 1.1.41
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 +11 -0
- package/XMOJ.user.js +2 -2
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -1254,6 +1254,17 @@
|
|
1254
1254
|
}
|
1255
1255
|
],
|
1256
1256
|
"Notes": "No release notes were provided for this release."
|
1257
|
+
},
|
1258
|
+
"1.1.41": {
|
1259
|
+
"UpdateDate": 1706867272746,
|
1260
|
+
"Prerelease": true,
|
1261
|
+
"UpdateContents": [
|
1262
|
+
{
|
1263
|
+
"PR": 429,
|
1264
|
+
"Description": "增加开发组成员,zhouyiqing"
|
1265
|
+
}
|
1266
|
+
],
|
1267
|
+
"Notes": "No release notes were provided for this release."
|
1257
1268
|
}
|
1258
1269
|
}
|
1259
1270
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.1.
|
3
|
+
// @version 1.1.41
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -37,7 +37,7 @@
|
|
37
37
|
*/
|
38
38
|
|
39
39
|
const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
|
40
|
-
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "shihongxi"];
|
40
|
+
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "zhouyiqing", "shihongxi"];
|
41
41
|
|
42
42
|
let PurifyHTML = (Input) => {
|
43
43
|
return DOMPurify.sanitize(Input, {
|