Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0d6c226
Merge pull request #736 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 2, 2024
9711375
Merge pull request #738 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 2, 2024
7312cc0
Merge pull request #742 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 4, 2024
0be841c
Merge pull request #747 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 10, 2024
3b7bd8a
Merge pull request #749 from XMOJ-Script-dev/dev
PythonSmall-Q Oct 12, 2024
d138c25
Merge pull request #754 from XMOJ-Script-dev/dev
boomzero Dec 3, 2024
0e63fd5
Merge pull request #756 from XMOJ-Script-dev/dev
PythonSmall-Q Jan 6, 2025
bb22773
Merge pull request #759 from XMOJ-Script-dev/dev
PythonSmall-Q Feb 3, 2025
6869b45
Merge pull request #763 from XMOJ-Script-dev/dev
PythonSmall-Q Feb 7, 2025
b957493
Merge pull request #768 from XMOJ-Script-dev/dev
boomzero Feb 8, 2025
3a27a8a
Merge pull request #770 from XMOJ-Script-dev/dev
boomzero Feb 8, 2025
c19f16e
Merge pull request #775 from XMOJ-Script-dev/dev
boomzero Feb 9, 2025
ac6b0b6
Merge pull request #779 from XMOJ-Script-dev/dev
boomzero Feb 11, 2025
a90c2a7
Merge pull request #785 from XMOJ-Script-dev/dev
boomzero Mar 8, 2025
6179ab3
Merge pull request #789 from XMOJ-Script-dev/dev
PythonSmall-Q May 1, 2025
c2f9da3
修复文字错误
zhouyiqing0304 May 2, 2025
69b4bdd
Merge pull request #795 from zhouyiqing0304/patch-6
PythonSmall-Q May 3, 2025
3255413
Merge pull request #797 from XMOJ-Script-dev/dev
PythonSmall-Q May 3, 2025
7de5848
1.5.3
github-actions[bot] May 3, 2025
9708c85
Update version info to 1.5.3
github-actions[bot] May 3, 2025
7003cb1
Update time and description of 1.5.3
github-actions[bot] May 3, 2025
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 @@ -2799,6 +2799,17 @@
}
],
"Notes": "No release notes were provided for this release."
},
"1.5.3": {
"UpdateDate": 1746271148834,
"Prerelease": true,
"UpdateContents": [
{
"PR": 798,
"Description": "修复文字错误"
}
],
"Notes": "No release notes were provided for this release."
}
}
}
4 changes: 2 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.5.2
// @version 1.5.3
// @description XMOJ增强脚本
// @author @XMOJ-Script-dev, @langningchen and the community
// @namespace https://github/langningchen
Expand Down Expand Up @@ -1383,7 +1383,7 @@ async function main() {
"Name": "将网站中所有“小明”和“我”关键字替换为“高老师”,所有“小红”替换为“徐师娘”,所有“小粉”替换为“彩虹”,所有“下海”、“海上”替换为“上海” (此功能默认关闭)"
}]
}, {
"ID": "AutoLogin", "Type": "A", "Name": "在需要登录的界面自动跳转到登陆界面"
"ID": "AutoLogin", "Type": "A", "Name": "在需要登录的界面自动跳转到登录界面"
Copy link

Copilot AI May 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing '登陆' with '登录' ensures consistent terminology across the script and aligns with common usage.

Copilot uses AI. Check for mistakes.
}, {
"ID": "SavePassword", "Type": "A", "Name": "自动保存用户名与密码,免去每次手动输入密码的繁琐"
}, {
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.5.2",
"version": "1.5.3",
"description": "an improvement script for xmoj.tech",
"main": "AddonScript.js",
"scripts": {
Expand Down