nonebot-plugin-gspanel icon indicating copy to clipboard operation
nonebot-plugin-gspanel copied to clipboard

🤖 NoneBot2 原神游戏内角色展柜数据展示插件,参考 @yoimiya-kokomi/miao-plugin

Results 9 nonebot-plugin-gspanel issues
Sort by recently updated
recently updated
newest added

评分异常示例 | 插件效果 | Miao-Plugin 效果 | |:------------:|:-----------------------:| | ![image](https://user-images.githubusercontent.com/22407052/191682119-4091b47a-8c91-4fea-b3a8-ee98fa55d538.png) | ![image](https://user-images.githubusercontent.com/22407052/191683681-2c2912c0-071e-499b-a322-bfa702362d51.png) | 等级较低的角色在评分时固定数值词条(攻击力、生命值、防御力)得分不合理,因为插件使用角色当前基础值为基准,个人认为或许应该改用该角色满级时的基础值,但角色满级数据似乎又没有现成的接口可以用,要用就得另外手动维护。 Miao-Plugin 采用了固定的基准计算,故不受角色等级影响。之前移植的时候没理解这样做的用意,或许我应该改回去?

enhancement

- [ ] 主角数据查询 - [ ] 面板计算(根据角色基础属性和圣遗物) - [ ] 喵版伤害计算 - [ ] 角色评分规则多流派(用户自定义) - [ ] 角色面板数据替换 - [ ] 用户面板数据统计 - [ ] 喵喵面板 API 适配...

enhancement

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)

### 功能请求 - 需求原因:服务器性能不好,图片渲染经常容易timeout…… - 预期功能:添加配置项,允许设置使用文字显示面板及评分信息 - 实现方案:使用合并转发文本,我写了一个大概的文字格式,见 额外信息 部分 ### 额外信息 合并转发文字样式(参考) 类似这样: ``` (合并转发昵称:玩家信息) 玩家名:xxx UID:xxxxxxxxx ``` ``` (合并转发昵称:基础面板) [角色名称] 等级:Lv.xx 好感:xx [xx] 生命值:xxx [xx] 攻击力:xxx [xx] 防御力:xxx...

enhancement

有时候群友会反复切换圣遗物查看分数,但是接口获取更换的圣遗物会有延迟很不方便 希望可以实现 面板分数 甘雨 头 20 20爆率 10爆伤 5充能 5百防 直接计算一次该圣遗物分数和此时缓存中佩戴的对比

enhancement

比如说这样的,把本地已经保存好的json信息绘制成类似于这样的图片 ![)4{3AF$ LTY0IF7`YN@MK$W](https://user-images.githubusercontent.com/100580891/217746445-81539ab7-440b-4083-a7d8-61d161b2ae45.jpg)

enhancement

### 问题来源 最近在带朋友入坑,他在练主角,然后我叫他放到角色展柜里面,但是用qqbot查不到 ### 具体表现 在游戏内、enka.network上均可以查询到他的角色信息,但是qq群内查不到 ### 截图 > 网页 ![image](https://user-images.githubusercontent.com/68174188/211543908-41739128-03ce-45e0-9100-20be8685e4f6.png) > qq群内 ![image](https://user-images.githubusercontent.com/68174188/211543937-caba5b46-da81-46b3-8d6b-5501cc0158cc.png)

enhancement

某个uid查询面板报错,其他两个uid正常,enka.network上面查询是正常的 ![image](https://github.com/monsterxcn/nonebot-plugin-gspanel/assets/32565940/15e8d2f6-f871-4b9c-8d16-93124ce89059) ![image](https://github.com/monsterxcn/nonebot-plugin-gspanel/assets/32565940/b729e5a8-2772-4b31-81d5-9c423f5f4d4e)

### 运行环境 pip show nonebot-plugin-gspanel Name: nonebot-plugin-gspanel Version: 0.2.25 Summary: Genshin player cards plugin for NoneBot2 Home-page: https://github.com/monsterxcn/nonebot-plugin-gspanel Author: monsterxcn Author-email: [email protected] License: MIT Location: c:\users\xxx\appdata\local\programs\python\python310\lib\site-packages Requires: attrs, httpx, nonebot-adapter-onebot,...