xmoj-script 1.2.61 → 1.2.62

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 CHANGED
@@ -2521,6 +2521,17 @@
2521
2521
  }
2522
2522
  ],
2523
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."
2524
2535
  }
2525
2536
  }
2526
2537
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.2.61
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": "黄唯",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.2.61",
3
+ "version": "1.2.62",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {