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

feat: 新审核系统上线 #592

Merged
merged 5 commits into from
Jan 12, 2025
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
2 changes: 1 addition & 1 deletion src/gadgets/ModerationStatus/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: general
package: false

rights:
- edit
- disabled

peers: []

Expand Down
2 changes: 1 addition & 1 deletion src/gadgets/UserMessages/MediaWiki:Gadget-UserMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
["UserMessages/EditWar2", "EditWar", "提醒即将构成编辑战(1=页面名)", umsg.umFlagP2, "编辑战提醒"],
["UserMessages/EditWar3", "EditWar", "警告编辑战用户(1=页面名,2=选填原因)", umsg.umFlagP2 + umsg.umFlagP3, "编辑战警告"],
["UserMessages/FinalWarning", "FinalWarning", "忍耐是有限的(1/2=选填原因,推荐在额外信息填写)", umsg.umFlagP2 + umsg.umFlagP3, "警告:忍耐是有限的"],
["UserMessages/NavSort", "NavSort", "大家族模板排序错误(1-页面名)", umsg.umFlagP2, "关于大家族模板的排序"],
["UserMessages/NavSort", "NavSort", "大家族模板排序错误(1=页面名)", umsg.umFlagP2, "关于大家族模板的排序"],
["UserMessages/ReplyNoIndentation", "ReplyNoIndentation", "回复他人发言未缩进(1=页面名,2=被回复人)", umsg.umFlagP2 + umsg.umFlagP3, "关于您在讨论区的发言"],
["UserMessages/OverSpeedEdit", "OverSpeedEdit", "超速编辑", umsg.umFlagUM, "关于您近期的编辑"],
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $(() => {
to: page,
movetalk: moveTalk,
movesubpages: true,
reason: `${reason} //noredirect`,
reason,
noredirect: true,
watchlist: watchAfter,
tags: "Automation tool",
Expand Down
2 changes: 1 addition & 1 deletion src/groups/zh/sysop/MediaWiki:Group-sysop.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ body[class*="page-萌娘百科_talk_讨论版_"] .userlink .userlink-menu {
display: none;
}

#pagehistory [data-mw-rev-approved="false"] input[type="radio"] {
li.mw-moderation-line:not(.mw-moderation-approved) input[type="radio"] {
visibility: unset;
}
Loading