fix bug,更新README

This commit is contained in:
CMHopeSunshine 2022-05-09 11:19:03 +08:00
parent ab7ca08575
commit 0fa5cc9f2d
2 changed files with 9 additions and 20 deletions

View File

@ -2,10 +2,9 @@
<a href="https://github.com/CMHopeSunshine/LittlePaimon"><img src="https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimon/master/readme/logo.png" width="256" height="256" alt="LittlePaimon"></a>
</p>
<h1 align="center">小派蒙|LittlePaimon</h1>
<h4 align="center">✨基于<a href="https://github.com/Ice-Cirno/HoshinoBot" target="_blank">HoshinoBot</a><a href="https://github.com/Mrs4s/go-cqhttp" target="_blank">go-cqhttp</a>的原神Q群机器人✨</h4>
<h4 align="center">✨基于<a href="https://github.com/Ice-Cirno/HoshinoBot" target="_blank">HoshinoBot</a>|<a href="https://github.com/nonebot/nonebot2" target="_blank">NoneBot2</a><a href="https://github.com/Mrs4s/go-cqhttp" target="_blank">go-cqhttp</a>的原神Q群机器人✨</h4>
<p align="center">
<img src="https://img.shields.io/badge/version-v1.0.4-red" alt="version">
<a href="https://cdn.jsdelivr.net/gh/CMHopeSunshine/LittlePaimon@master/LICENSE"><img src="https://img.shields.io/github/license/CMHopeSunshine/LittlePaimon" alt="license"></a>
<img src="https://img.shields.io/badge/Python-3.8+-yellow" alt="python">
<a href="https://qun.qq.com/qqweb/qunpro/share?_wv=3&_wwv=128&inviteCode=MmWrI&from=246610&biz=ka"><img src="https://img.shields.io/badge/QQ频道交流-尘世闲游-green?style=flat-square" alt="QQ guild"></a>
@ -18,6 +17,11 @@
原神多功能机器人通过米游社接口查询uid的游戏信息并提供WIKI查询和各种各样的好玩的功能。
## 重要通知
作者本人已经转用[NoneBot2](https://github.com/nonebot/nonebot2)NoneBot2版本详见对应分支未来将主要更新NoneBot2Hoshino版本将随缘更新有BUG还可以提所以推荐小伙伴使用NB2享受最新功能。<br>
本WIKI中的部署教程仅适用于Hoshino版本NoneBot2版本的简单部署教程在对应分支的`readme`中,详细教程以及指令后续再写
## 功能示例💖
<img src="https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimon/master/readme/ys.jpg" alt="ys">
@ -101,10 +105,6 @@ javascript:(function(){prompt(document.domain,document.cookie)})();
复制得到的cookie向小派蒙发送`添加公共ck`和粘贴的内容即可开始使用
## 重要通知⚠️
4.11对代码进行了一次较大幅度的重构cookie数据存储方式改用了`sqlite`数据库,原`json`数据会在首次启动时自动导入数据库;如果您对本项目代码有修改,请确保`git pull`时前解决冲突目前测试未有BUG如有请发起issue且注意备份用户数据!
## 新功能更新😙
> 更新涉及的功能指令前往[功能列表](https://github.com/CMHopeSunshine/LittlePaimon/wiki/%E5%8A%9F%E8%83%BD%E5%88%97%E8%A1%A8)查看哦
@ -118,20 +118,8 @@ javascript:(function(){prompt(document.domain,document.cookie)})();
- 4.14 新增每日天赋突破材料表查询
- 4.15 新增实时便签树脂提醒功能
- 4.16 新增米游社原神自动签到功能
- 5 适配NoneBot2
## ToDo🕛
- [x] 实时便签树脂提醒
- [x] 抽卡记录导出和分析
- [ ] ocr圣遗物评分和角色面板记录
- [ ] 角色、武器和圣遗物wiki
- [ ] 派蒙AI闲聊
- [x] 米游社自动签到
- [x] 今日可刷材料
- [ ] 角色练度统计
- [ ] 派蒙戳一戳集卡
持续画大饼ing......
## 额外说明🗝️
@ -142,6 +130,7 @@ javascript:(function(){prompt(document.domain,document.cookie)})();
代码水平很烂站在巨人的肩膀上努力学习ing......
- [HoshinoBot](https://github.com/Ice-Cirno/HoshinoBot) - 基于nonebot的QQ-bot框架
- [NoneBot2](https://github.com/nonebot/nonebot2) - 跨平台异步机器人框架
- [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) - Onebot标准的框架实现
- [egenshin](https://github.com/pcrbot/erinilis-modules/tree/master/egenshin) - 参考了它的抽卡代码和资源
- [西风驿站](https://bbs.mihoyo.com/ys/collection/307224) - 角色攻略一图流来源

View File

@ -88,7 +88,7 @@ async def update_ckjl(bot,ev):
@sv.on_prefix('查看抽卡记录', 'ckjl', 'gachalog')
async def get_ckjl(bot,ev):
uid, msg, user_id, use_cache = get_uid_in_msg(ev)
uid, msg, user_id, use_cache = await get_uid_in_msg(ev)
if not uid:
await bot.send(ev,'请把uid给派蒙哦比如获取抽卡记录100000001 链接',at_sender=True)
return