Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Feb 8, 2024
1 parent be04841 commit 78a359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
## 使用方法

1. 首先,你需要一个`MySQL`数据库,用来缓存通过检测的内容id以及记录用户权限级别(黑、白名单)
1. 参考[**该教程**](config.md),填写`Database`字段,以便aiotieba使用你的`MySQL`数据库。aiotieba将会在你第一次调用特定方法时自动创建数据库表,因此你无须手动建表
1. 参考[**该教程**](cmd_handler_dev.md),填写`database.toml`字段,以便aiotieba-reviewer使用你的`MySQL`数据库。在你第一次调用特定方法时会自动创建数据库表,因此你无须手动建表
1. 自定义审查行为:请参照我给出的例子自己编程修改[reviewer_example.py](https://github.com/Starry-OvO/aiotieba-reviewer/blob/develop/examples/reviewer_example.py)
1. 运行`your_reviewer.py`

Expand Down

0 comments on commit 78a359d

Please sign in to comment.