diff --git a/README.md b/README.md index 049eafac..c6141d0c 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,11 @@ 1. Star 本项目(遵循 SATA-BNP 开源协议) 2. 下载**最新的 [Release](https://github.com/BigCoke233/miracles/releases)** -3. 解压后,**确认目录名为`Miracles`(M 大写)** -4. 将文件夹放入 Typecho 根目录下的`usr/themes/` -5. 到后台-外观-可用的主题中,启用主题 -6. **根据 [wiki](docs/wiki.md)** 配置主题 +3. 确保自身 PHP 环境在 7.1.0 及以上版本,并装有 CURL 拓展(否则一些功能无法正常使用) +4. 解压后,**确认目录名为`Miracles`(M 大写)** +5. 将文件夹放入 Typecho 根目录下的`usr/themes/` +6. 到后台-外观-可用的主题中,启用主题 +7. **根据 [wiki](docs/wiki.md)** 配置主题
使用开发版
diff --git a/docs/black-list.json b/docs/block-list.json similarity index 94% rename from docs/black-list.json rename to docs/block-list.json index f07e53c7..63ba8aa8 100644 --- a/docs/black-list.json +++ b/docs/block-list.json @@ -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": "修改主题版权信息" + } + ] } \ No newline at end of file diff --git a/docs/black-list.md b/docs/block-list.md similarity index 89% rename from docs/black-list.md rename to docs/block-list.md index dbe88b15..e699e404 100644 --- a/docs/black-list.md +++ b/docs/block-list.md @@ -1,4 +1,4 @@ -# 黑名单 +# 封锁名单 ## 说明 @@ -13,6 +13,7 @@ ## API 我准备了一个储存违规站点信息的 json 文件,可以通过以下的链接调用,为以后的惩罚功能做准备(微笑 + ``` -https://cdn.jsdelivr.net/gh/BigCoke233/miracles/docs/black-list.json +https://cdn.jsdelivr.net/gh/BigCoke233/miracles/docs/block-list.json ```