-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Docs: 写明 PHP 环境要求,并将 blacklist 改为 blocklist
- Loading branch information
1 parent
2b60b4d
commit c09365d
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"list": [ | ||
{ | ||
"id": 1, | ||
"name": "流情", | ||
"domain": "liuqingwushui.top", | ||
"ssl": false, | ||
"reason": "删除主题版权信息" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "华姐博客", | ||
"domain": "blog.52-love.cn", | ||
"ssl": true, | ||
"reason": "修改主题版权信息" | ||
} | ||
] | ||
{ | ||
"list": [ | ||
{ | ||
"id": 1, | ||
"name": "流情", | ||
"domain": "liuqingwushui.top", | ||
"ssl": false, | ||
"reason": "删除主题版权信息" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "华姐博客", | ||
"domain": "blog.52-love.cn", | ||
"ssl": true, | ||
"reason": "修改主题版权信息" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters