xmoj-script 1.2.59 → 1.2.61
Sign up to get free protection for your applications and to get access to all the features.
- package/Update.json +46 -0
- package/XMOJ.user.js +5 -1
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -2475,6 +2475,52 @@
|
|
2475
2475
|
}
|
2476
2476
|
],
|
2477
2477
|
"Notes": "No release notes were provided for this release."
|
2478
|
+
},
|
2479
|
+
"1.2.60": {
|
2480
|
+
"UpdateDate": 1725005372794,
|
2481
|
+
"Prerelease": false,
|
2482
|
+
"UpdateContents": [
|
2483
|
+
{
|
2484
|
+
"PR": 690,
|
2485
|
+
"Description": "移除之前忘记操作的admin"
|
2486
|
+
},
|
2487
|
+
{
|
2488
|
+
"PR": 694,
|
2489
|
+
"Description": "更新support url"
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"PR": 698,
|
2493
|
+
"Description": "Set turnstile theme and language"
|
2494
|
+
},
|
2495
|
+
{
|
2496
|
+
"PR": 704,
|
2497
|
+
"Description": "登录界面优化"
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"PR": 712,
|
2501
|
+
"Description": "更改个人中心一栏鼠标指针样式"
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"PR": 715,
|
2505
|
+
"Description": "更改短消息显示"
|
2506
|
+
},
|
2507
|
+
{
|
2508
|
+
"PR": 718,
|
2509
|
+
"Description": "Prevent caching"
|
2510
|
+
}
|
2511
|
+
],
|
2512
|
+
"Notes": "No release notes were provided for this release."
|
2513
|
+
},
|
2514
|
+
"1.2.61": {
|
2515
|
+
"UpdateDate": 1725083743111,
|
2516
|
+
"Prerelease": true,
|
2517
|
+
"UpdateContents": [
|
2518
|
+
{
|
2519
|
+
"PR": 725,
|
2520
|
+
"Description": "Add CP Editor"
|
2521
|
+
}
|
2522
|
+
],
|
2523
|
+
"Notes": "No release notes were provided for this release."
|
2478
2524
|
}
|
2479
2525
|
}
|
2480
2526
|
}
|
package/XMOJ.user.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// ==UserScript==
|
2
2
|
// @name XMOJ
|
3
|
-
// @version 1.2.
|
3
|
+
// @version 1.2.61
|
4
4
|
// @description XMOJ增强脚本
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
6
6
|
// @namespace https://github/langningchen
|
@@ -3858,6 +3858,10 @@ int main()
|
|
3858
3858
|
"Name": "RedPanda C++",
|
3859
3859
|
"Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon",
|
3860
3860
|
"URL": "https://sourceforge.net/projects/redpanda-cpp/"
|
3861
|
+
}, {
|
3862
|
+
"Name": "CP Editor",
|
3863
|
+
"Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon?c35437565079e4135a985ba557ef2fdbe97de6bafb27aceafd76bc54490c26e3?&w=90",
|
3864
|
+
"URL": "https://cpeditor.org/zh/download/"
|
3861
3865
|
}, {
|
3862
3866
|
"Name": "CLion",
|
3863
3867
|
"Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png",
|