xmoj-script 1.1.33 → 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 +22 -0
- package/XMOJ.user.js +3 -3
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -1161,6 +1161,28 @@
|
|
1161
1161
|
}
|
1162
1162
|
],
|
1163
1163
|
"Notes": "No release notes were provided for this release."
|
1164
|
+
},
|
1165
|
+
"1.1.34": {
|
1166
|
+
"UpdateDate": 1706623811152,
|
1167
|
+
"Prerelease": true,
|
1168
|
+
"UpdateContents": [
|
1169
|
+
{
|
1170
|
+
"PR": 411,
|
1171
|
+
"Description": "修正部分用户姓名设置的错误"
|
1172
|
+
}
|
1173
|
+
],
|
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."
|
1164
1186
|
}
|
1165
1187
|
}
|
1166
1188
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.1.
|
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": "本地调试模式(仅供开发者使用) (
|
1141
|
+
"Name": "本地调试模式(仅供开发者使用) (未经授权的擅自开启将导致大部分功能不可用!)"
|
1142
1142
|
},
|
1143
1143
|
{"ID": "UnpkgCdn", "Type": "A", "Name": "使用 unpkg CDN (不建议使用)"},
|
1144
1144
|
]));
|
@@ -2322,7 +2322,7 @@ if (location.host != "www.xmoj.tech") {
|
|
2322
2322
|
"fenghaochen": "冯皓宸",
|
2323
2323
|
"lutianlang": "陆天朗",
|
2324
2324
|
"tangyuhan": "唐钰涵",
|
2325
|
-
"jiangbowen": "
|
2325
|
+
"jiangbowen": "姜博闻",
|
2326
2326
|
"shangguanbocheng": "上官伯呈",
|
2327
2327
|
"wangchengqi": "王呈齐",
|
2328
2328
|
"yanpeitong": "颜培桐",
|