Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Duplicate Names (warned by Qoanda) #741

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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