Skip to content

Commit

Permalink
Merge pull request #741 from XMOJ-Script-dev/fix-duplicate-names
Browse files Browse the repository at this point in the history
Fix Duplicate Names (warned by Qoanda)
  • Loading branch information
boomzero authored Oct 2, 2024
2 parents a50af34 + 21a29fd commit c19ce3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions Update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2592,6 +2592,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.2.67": {
"UpdateDate": 1727873172840,
"Prerelease": true,
"UpdateContents": [
{
"PR": 741,
"Description": "Fix Duplicate Names (warned by Qoanda)"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
5 changes: 1 addition & 4 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 1.2.66
// @version 1.2.67
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -2549,7 +2549,6 @@ async function main() {
"xiaweimin": "夏蔚民",
"xiaxuran": "夏诩然",
"xiebingxiu": "谢秉修",
"xiebingxiu": "谢秉修",
"xieliren": "谢立仁",
"xieruiqi": "谢睿棋",
"xiongluofei": "熊洛菲",
Expand Down Expand Up @@ -2585,7 +2584,6 @@ async function main() {
"zhuruichen": "朱睿宸",
"zhuxule": "朱徐乐",
"zhuyikun": "朱奕坤",
"leiwenda": "雷文达",
"wangyuancheng": "王源成",
"zhuyiyang": "朱奕阳",
"hanjialin": "韩佳霖",
Expand All @@ -2597,7 +2595,6 @@ async function main() {
"xuyan": "徐衍",
"fenghaochen": "冯皓宸",
"lutianlang": "陆天朗",
"tangyuhan": "唐钰涵",
"jiangbowen": "姜博闻",
"shangguanbocheng": "上官伯呈",
"wangchengqi": "王呈齐",
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.66",
"version": "1.2.67",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down

0 comments on commit c19ce3c

Please sign in to comment.