summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-05-04 15:34:59 +0800
committerKyomotoi <[email protected]>2021-05-04 15:34:59 +0800
commit12896d07852a26d9f3e37b63626a9822f2dff195 (patch)
tree4503dcab07cb266f8d7aa180917cf56903b6c88c
parent8804f1e10d507ba293fafc77a7e93d3a84a5814b (diff)
downloadATRI-12896d07852a26d9f3e37b63626a9822f2dff195.tar.gz
ATRI-12896d07852a26d9f3e37b63626a9822f2dff195.tar.bz2
ATRI-12896d07852a26d9f3e37b63626a9822f2dff195.zip
📝 更新说明
-rw-r--r--README.md13
-rw-r--r--changelog.md12
2 files changed, 23 insertions, 2 deletions
diff --git a/README.md b/README.md
index ffc206c..8dc4f21 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
アトリは、高性能ですから!
[![time tracker](https://wakatime.com/badge/github/Kyomotoi/ATRI.svg)](https://wakatime.com/badge/github/Kyomotoi/ATRI)
-[![Codacy Badge](https://app.codacy.com/project/badge/Grade/79f1238b7ad74788aff6f5fafaa0e930)](https://www.codacy.com/gh/Kyomotoi/ATRI/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Kyomotoi/ATRI&amp;utm_campaign=Badge_Grade)
[![](https://img.shields.io/github/license/Kyomotoi/ATRI?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0.html)
[![](https://img.shields.io/badge/Chat-567297659-blue?style=for-the-badge)](https://jq.qq.com/?_wv=1027&k=a89kfKQE)
@@ -25,7 +24,17 @@
实现方式为 `go-cqhttp 或其它遵守Onebot标准的协议` + `NoneBot2`。
-由于项目特殊性,故随机进行更新。
+由于项目特殊性,故随机进行更新。更新日志:[传送门](changelog.md)
+
+### 功能列表
+请在群内对机器人发送`/help`以获取帮助
+
+**TODO**:
+ - [x] 网页控制台
+ - [x] RSS订阅
+ - [X] B站动态订阅
+ - [x] 冷重启
+ - [x] 词库(搭配nlp)
### 特别感谢
[Richard Chien](https://github.com/richardchien): [Onebot标准](https://github.com/howmanybots/onebot)
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..3b92b73
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,12 @@
+> 此处仅为记录新功能更新,修复 BUG/以及其它 请关注[`GitHub commits`](https://github.com/Kyomotoi/ATRI/commits/main)
+
+## May 4, 2021
+- 新增:
+ - 涩图
+ - 群老婆!
+
+## Apr 11, 2021
+- 正式重构完成
+
+## 更早记录
+- 请自行查看[`GitHub commits`](https://github.com/Kyomotoi/ATRI/commits/main)