Skip to content

Commit

Permalink
Merge branch 'master' into assert
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelyCARDINAL authored Dec 25, 2023
2 parents 0493838 + 1e622c6 commit 592d5ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
$(() => {
const wgPermittedGroups = ["autoconfirmed"]; //默认只允许自动确认用户绕过强制预览
const wgPermittedGroups = ["autoconfirmed", "staff"]; //默认只允许自动确认用户、STAFF绕过强制预览
//检测两个数组是否有重复元素
const intersects = (arr1, arr2) => {
if (!Array.isArray(arr1) || !Array.isArray(arr2)) { return false; }
Expand Down
5 changes: 5 additions & 0 deletions src/global/zh/MediaWiki:GHIAHistory.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 592d5ea

Please sign in to comment.