summaryrefslogtreecommitdiff
path: root/ATRI/plugins/console/atri-manege/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/console/atri-manege/README.md')
-rw-r--r--ATRI/plugins/console/atri-manege/README.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/ATRI/plugins/console/atri-manege/README.md b/ATRI/plugins/console/atri-manege/README.md
deleted file mode 100644
index 76a103b..0000000
--- a/ATRI/plugins/console/atri-manege/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-## ATRI 前端管理界面
-能做的事情:
- - 可视化消息频率、功能调用频率、报错频率
-
-**TODO**:
- - [ ] 功能控制
- - [ ] 前端UI聊天界面
- - [ ] 结合[`nonebot-test`](https://github.com/nonebot/plugin-test)制成属于本项目的测试页面
-
----
-
-## 开发
-### 初始化
-```
-npm install
-```
-
-### 启动服务
-```
-npm run serve
-```
-
-### 构造页面
-```
-npm run build
-```
-
-### 执行检查
-```
-npm run lint
-```