Skip to content

Commit

Permalink
📝 Docs: 写明 PHP 环境要求,并将 blacklist 改为 blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCoke233 committed Jul 12, 2020
1 parent 2b60b4d commit c09365d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)** 配置主题

<details><summary>使用开发版</summary><br>

Expand Down
34 changes: 17 additions & 17 deletions docs/black-list.json → docs/block-list.json
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": "修改主题版权信息"
}
]
}
5 changes: 3 additions & 2 deletions docs/black-list.md → docs/block-list.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 黑名单
# 封锁名单

## 说明

Expand All @@ -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
```

0 comments on commit c09365d

Please sign in to comment.