Skip to content

Commit

Permalink
fix(Twinkle): 移动头像违规至警告
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoruaFox committed Aug 31, 2024
1 parent f24485e commit 948a317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/Twinkle/Twinkle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Twinkle/modules/twinklewarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,6 @@
label: window.wgULS('在编辑摘要制造不适当的内容', '在編輯摘要製造不適當的內容'),
summary: window.wgULS('警告:在编辑摘要制造不适当的内容', '警告:在編輯摘要製造不適當的內容'),
},
'uw-illegalavatar': {
label: window.wgULS('头像违规', '頭像違規'),
summary: window.wgULS('您近期上传的头像违规', '您近期上傳的頭像違規'),
},
},
singlewarn: {
'uw-3rr': {
Expand All @@ -749,6 +745,10 @@
label: window.wgULS('张贴他人隐私', '張貼他人隱私'),
summary: window.wgULS('警告:张贴他人隐私', '警告:張貼他人隱私'),
},
'uw-illegalavatar': {
label: window.wgULS('头像违规', '頭像違規'),
summary: window.wgULS('您近期上传的头像违规', '您近期上傳的頭像違規'),
},
},
};
// Used repeatedly below across menu rebuilds
Expand Down

0 comments on commit 948a317

Please sign in to comment.