https://github.com/abrahum/nonebot_plugin_web
A Web Monitor For Nonebot2
https://github.com/abrahum/nonebot_plugin_web
Last synced: 3 months ago
JSON representation
A Web Monitor For Nonebot2
- Host: GitHub
- URL: https://github.com/abrahum/nonebot_plugin_web
- Owner: abrahum
- License: mit
- Created: 2021-07-22T04:31:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T01:40:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T17:33:37.421Z (5 months ago)
- Language: Vue
- Size: 3.89 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoneBot Plugin Web
A Web Monitor For Nonebot2
**本插件仅做查看消息使用,不具备任何(未来也不会提供)发送功能,望周知**
## 主要功能
视奸使用中的`Bot`
URL: `http://host:port/web/`
**本插件处于初步开发阶段,前端苦手,勿喷**
## 目前已支持解析的 CQ 码
| 功能 | cq码 | 备注 |
| :---: | :-----: | :---------------------------------- |
| 文本 | `text` | |
| @某人 | `at` | `@Bot` 将会显示为红色 |
| 图片 | `image` | 已支持url与base64,本地文件暂未支持 |## To-Do
- [x] 新消息置顶
- [ ] cq码解析
- [ ] 图片消息 zoom up
- [ ] 服务端暂存消息## 更新日志
### 0.1.4
- 增加 `text`、`at`、`image` CQ 码解析支持
- 优化 UI 文本## 特别鸣谢
[nonebot/nonebot2](https://github.com/nonebot/nonebot2/):简单好用,扩展性极强的`Bot`框架
[vue-min-chat](https://github.com/WeiLin-Liao/vue-min-chat):非常感谢这位大大的前端 UI ,救我于水火