Skip to content

Commit

Permalink
Merge pull request #729 from XMOJ-Script-dev/boomzero/new-name
Browse files Browse the repository at this point in the history
add chenyiming5
  • Loading branch information
boomzero authored Sep 15, 2024
2 parents 5b27a64 + 3a50867 commit 49e9477
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2521,6 +2521,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.2.62": {
"UpdateDate": 1726406228773,
"Prerelease": true,
"UpdateContents": [
{
"PR": 729,
"Description": "add chenyiming5"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
5 changes: 3 additions & 2 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.2.61
// @version 1.2.62
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -2435,12 +2435,12 @@ async function main() {
NicknameCell.innerText = (RowData.Nickname.length < 16 ? RowData.Nickname : RowData.Nickname.substring(0, 15) + "...");

let Names = {
"huangkai": "黄开",
"chenlangning": "陈朗宁",
"chensiru": "陈斯如",
"chensiqi": "陈思齐",
"chentianle": "陈天乐",
"chenxuanhe": "陈宣合",
"chenyiming5": "陈一铭",
"chenzecong": "陈泽聪",
"chenzerui": "陈泽睿",
"danwenxiao": "单文骁",
Expand All @@ -2456,6 +2456,7 @@ async function main() {
"heshuhan": "贺书瀚",
"hexinyi": "何昕弈",
"huheng": "胡恒",
"huangkai": "黄开",
"huangmingxuan": "黄铭宣",
"huangruina": "黄睿纳",
"huangwei": "黄唯",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmoj-script",
"version": "1.2.61",
"version": "1.2.62",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit 49e9477

Please sign in to comment.