-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
适配 PicMenu 插件 #51
base: main
Are you sure you want to change the base?
适配 PicMenu 插件 #51
Conversation
https://github.com/hamo-reid/nonebot_plugin_PicMenu 适配了这个插件,如有装载该插件即可通过菜单查看指令。 ![image](https://user-images.githubusercontent.com/76582404/226606926-779e0855-17d4-4bfb-869b-eaca4915f649.png) ![@OYBQAI%~AN70}$NS0D~RWA](https://user-images.githubusercontent.com/76582404/226606951-a0599b16-4fd0-46d9-9adf-c9dad0c6c8d1.gif) ![BFAX{IN9F1_QUQ $GW2B1MD](https://user-images.githubusercontent.com/76582404/226606988-6a8facc7-3ec6-4a95-8831-67051d224c7a.gif) ![%VAA4A_6Z6Z8K6NC~O R 1R](https://user-images.githubusercontent.com/76582404/226607001-56214b87-875b-4fbb-9680-0239a2186c83.gif)
好!非常棒!辛苦了。 但是我觉得侵入式的帮助写法不太美观,另外 我去看了下 PicMenu 的 README,它提供了一种编写独立的 |
主要放在menu_config/menus/nonebot-plugin-gspanel.json里的话 我也不知道该怎么在这里改了 是不是只有 PicMenu 这个插件能识别我也不太清楚,我就依葫芦画瓢,没研究过nonebot插件该怎么写。 |
你先确定一下我说这种做法能不能正常使用吧:
确定可行的话在这个仓库新建对应文件即可,文件夹结构大概像下面这样: .
├─.github
│ ├─ISSUE_TEMPLATE
│ └─workflows
├─.vscode
├─data
│ └─gspanel
│ ├─font
│ └─imgs
├─menu_config
│ └─menus
├─nonebot_plugin_gspanel |
https://github.com/hamo-reid/nonebot_plugin_PicMenu 适配了这个插件,如有装载该插件即可通过菜单查看指令。