Skip to content

Commit

Permalink
feat: 新审核系统上线 (#592)
Browse files Browse the repository at this point in the history
* feat: 系统自带审核状态显示

* feat: 审核系统支持移动不留重定向

* fix: typo

* chore

* fix
  • Loading branch information
lovelyCARDINAL authored Jan 12, 2025
1 parent bbefa1e commit d767d74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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;
}

0 comments on commit d767d74

Please sign in to comment.