xmoj-script 1.1.38 → 1.1.40
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
@@ -1232,6 +1232,28 @@
|
|
1232
1232
|
}
|
1233
1233
|
],
|
1234
1234
|
"Notes": "No release notes were provided for this release."
|
1235
|
+
},
|
1236
|
+
"1.1.39": {
|
1237
|
+
"UpdateDate": 1706865355252,
|
1238
|
+
"Prerelease": true,
|
1239
|
+
"UpdateContents": [
|
1240
|
+
{
|
1241
|
+
"PR": 425,
|
1242
|
+
"Description": "Revert 增加更新链接,优化格式"
|
1243
|
+
}
|
1244
|
+
],
|
1245
|
+
"Notes": "No release notes were provided for this release."
|
1246
|
+
},
|
1247
|
+
"1.1.40": {
|
1248
|
+
"UpdateDate": 1706867021708,
|
1249
|
+
"Prerelease": true,
|
1250
|
+
"UpdateContents": [
|
1251
|
+
{
|
1252
|
+
"PR": 428,
|
1253
|
+
"Description": "更新部分语言"
|
1254
|
+
}
|
1255
|
+
],
|
1256
|
+
"Notes": "No release notes were provided for this release."
|
1235
1257
|
}
|
1236
1258
|
}
|
1237
1259
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.1.
|
3
|
+
// @version 1.1.40
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -3015,7 +3015,7 @@ async function main() {
|
|
3015
3015
|
</div>
|
3016
3016
|
<p class="mt-2 text-muted">
|
3017
3017
|
您必须要上传标程以后才能使用“查看标程”功能。点击“上传标程”按钮以后,系统会自动上传标程,请您耐心等待。<br>
|
3018
|
-
|
3018
|
+
首次上传标程可能会比较慢,请耐心等待。后续将可以自动上传AC代码。<br>
|
3019
3019
|
系统每过30天会自动提醒您上传标程,您必须要上传标程,否则将会被禁止使用“查看标程”功能。<br>
|
3020
3020
|
</p>`;
|
3021
3021
|
UploadStd.addEventListener("click", async () => {
|
@@ -4724,4 +4724,4 @@ int main()
|
|
4724
4724
|
}
|
4725
4725
|
}
|
4726
4726
|
|
4727
|
-
main();
|
4727
|
+
main();
|