xmoj-script 1.2.59 → 1.2.62

Sign up to get free protection for your applications and to get access to all the features.
package/Update.json CHANGED
@@ -2475,6 +2475,63 @@
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."
2524
+ },
2525
+ "1.2.62": {
2526
+ "UpdateDate": 1726406228773,
2527
+ "Prerelease": true,
2528
+ "UpdateContents": [
2529
+ {
2530
+ "PR": 729,
2531
+ "Description": "add chenyiming5"
2532
+ }
2533
+ ],
2534
+ "Notes": "No release notes were provided for this release."
2478
2535
  }
2479
2536
  }
2480
2537
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.2.59
3
+ // @version 1.2.62
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -2435,12 +2435,12 @@ async function main() {
2435
2435
  NicknameCell.innerText = (RowData.Nickname.length < 16 ? RowData.Nickname : RowData.Nickname.substring(0, 15) + "...");
2436
2436
 
2437
2437
  let Names = {
2438
- "huangkai": "黄开",
2439
2438
  "chenlangning": "陈朗宁",
2440
2439
  "chensiru": "陈斯如",
2441
2440
  "chensiqi": "陈思齐",
2442
2441
  "chentianle": "陈天乐",
2443
2442
  "chenxuanhe": "陈宣合",
2443
+ "chenyiming5": "陈一铭",
2444
2444
  "chenzecong": "陈泽聪",
2445
2445
  "chenzerui": "陈泽睿",
2446
2446
  "danwenxiao": "单文骁",
@@ -2456,6 +2456,7 @@ async function main() {
2456
2456
  "heshuhan": "贺书瀚",
2457
2457
  "hexinyi": "何昕弈",
2458
2458
  "huheng": "胡恒",
2459
+ "huangkai": "黄开",
2459
2460
  "huangmingxuan": "黄铭宣",
2460
2461
  "huangruina": "黄睿纳",
2461
2462
  "huangwei": "黄唯",
@@ -3858,6 +3859,10 @@ int main()
3858
3859
  "Name": "RedPanda C++",
3859
3860
  "Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon",
3860
3861
  "URL": "https://sourceforge.net/projects/redpanda-cpp/"
3862
+ }, {
3863
+ "Name": "CP Editor",
3864
+ "Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon?c35437565079e4135a985ba557ef2fdbe97de6bafb27aceafd76bc54490c26e3?&w=90",
3865
+ "URL": "https://cpeditor.org/zh/download/"
3861
3866
  }, {
3862
3867
  "Name": "CLion",
3863
3868
  "Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.2.59",
3
+ "version": "1.2.62",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {