From 844bd56a5bed1293329299c8b0562558a0d2d907 Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Fri, 1 Oct 2021 08:56:42 +0800 Subject: =?UTF-8?q?=F0=9F=90=9B=E2=9A=A1=EF=B8=8F=F0=9F=94=A5=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复: - `setu`、`saucenao`搜图时失败报错 更新: - 弃用`aiohttp`,改用`httpx` 删除: - 临时删除暂未完成的`console` --- ATRI/plugins/console/atri-manege/README.md | 31 ------------------------------ 1 file changed, 31 deletions(-) delete mode 100644 ATRI/plugins/console/atri-manege/README.md (limited to 'ATRI/plugins/console/atri-manege/README.md') 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 -``` -- cgit v1.2.3