diff options
author | Kyomotoi <[email protected]> | 2021-10-01 08:56:42 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-10-01 08:56:42 +0800 |
commit | 844bd56a5bed1293329299c8b0562558a0d2d907 (patch) | |
tree | 0b121b4e85b42e9a83dd65639013215272bb6527 /ATRI/plugins/console/atri-manege/README.md | |
parent | a00308d801a0ce13f0f19f6c3984bbbe2e09f57b (diff) | |
download | ATRI-844bd56a5bed1293329299c8b0562558a0d2d907.tar.gz ATRI-844bd56a5bed1293329299c8b0562558a0d2d907.tar.bz2 ATRI-844bd56a5bed1293329299c8b0562558a0d2d907.zip |
🐛⚡️🔥 更新
修复:
- `setu`、`saucenao`搜图时失败报错
更新:
- 弃用`aiohttp`,改用`httpx`
删除:
- 临时删除暂未完成的`console`
Diffstat (limited to 'ATRI/plugins/console/atri-manege/README.md')
-rw-r--r-- | ATRI/plugins/console/atri-manege/README.md | 31 |
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 -``` |