mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🐛 补充斫峰之刃
抽卡资源,修复获取抽卡记录
可能出现的bug
This commit is contained in:
parent
fd7bc914e8
commit
3a552e3ee6
@ -108,7 +108,7 @@ async def update_ckjl(event: MessageEvent, msg: Message = CommandArg()):
|
||||
if apiRes != 'OK':
|
||||
await gacha_log_update.finish(apiRes, at_sender=True)
|
||||
await gacha_log_update.send('抽卡记录开始获取,请给派蒙一点时间...')
|
||||
await get_data(url)
|
||||
uid = await get_data(url)
|
||||
|
||||
local_data = data_path / f'gachaData-{uid}.json'
|
||||
gacha_data = load_json(local_data)
|
||||
|
@ -1,4 +1,3 @@
|
||||
import json
|
||||
from pathlib import Path
|
||||
from asyncio import sleep
|
||||
|
||||
@ -89,3 +88,4 @@ async def get_data(url):
|
||||
save_json(UIGF_data, data_path / f"UIGF_gachaData-{uid}.json")
|
||||
# 写入xlsx
|
||||
writeXLSX(uid, mergeData['gachaLog'], gachaQueryTypeIds)
|
||||
return uid
|
||||
|
@ -411,7 +411,7 @@ async def _(event: MessageEvent, state: T_State):
|
||||
await ysc.finish(total_result)
|
||||
|
||||
|
||||
cookie_error_msg = '这个cookie无效哦,请旅行者确认是否正确\n1.ck要登录mys帐号后获取,且不能退出登录\n\n获取cookie的教程:\ndocs.qq.com/doc/DQ3JLWk1vQVllZ2Z1\n'
|
||||
cookie_error_msg = '这个cookie无效哦,请旅行者确认是否正确\n获取cookie的教程:\ndocs.qq.com/doc/DQ3JLWk1vQVllZ2Z1\n'
|
||||
|
||||
|
||||
@ysb.handle()
|
||||
@ -444,6 +444,7 @@ async def ysb_handler(event: MessageEvent, msg: Message = CommandArg()):
|
||||
msg += '\n当前是在群聊里绑定,建议旅行者把cookie撤回哦!'
|
||||
await ysb.finish(MsgBd.Text(msg), at_sender=True)
|
||||
|
||||
|
||||
@ysbjc.handle()
|
||||
@exception_handler()
|
||||
async def ysbjc_handler(event: MessageEvent, msg: Message = CommandArg()):
|
||||
|
@ -76,6 +76,9 @@
|
||||
- 修改请求enka用的`User-Agent`
|
||||
- 修复`ysd`中优菈的`菈`不能显示的问题
|
||||
- 补充WIKI的`help`
|
||||
+ 8.4
|
||||
- 补充`斫峰之刃`抽卡资源
|
||||
- 修复`获取抽卡记录`可能出现的bug
|
||||
|
||||
## 丨功能列表
|
||||
|
||||
|
@ -100,4 +100,7 @@
|
||||
- 新增`ysbjc`查看自己绑定的私人ck [#153](https://github.com/CMHopeSunshine/LittlePaimon/pull/153)
|
||||
- 修改请求enka用的`User-Agent`
|
||||
- 修复`ysd`中优菈的`菈`不能显示的问题
|
||||
- 补充WIKI的`help`
|
||||
- 补充WIKI的`help`
|
||||
+ 8.4
|
||||
- 补充`斫峰之刃`抽卡资源
|
||||
- 修复`获取抽卡记录`可能出现的bug
|
@ -1296,7 +1296,7 @@
|
||||
},
|
||||
{
|
||||
"path": "LittlePaimon/gacha_res/type.json",
|
||||
"hash": "95ec53c3f3ae22b20216fc2683686ce1",
|
||||
"hash": "d715b36bd5754f2e5473a794f9f1e999",
|
||||
"lock": true
|
||||
},
|
||||
{
|
||||
@ -4633,5 +4633,10 @@
|
||||
"path": "LittlePaimon/优设标题黑.ttf",
|
||||
"hash": "f78122875a8fe70ab9b577cfb80c685b",
|
||||
"lock": true
|
||||
},
|
||||
{
|
||||
"path": "LittlePaimon/gacha_res/武器/斫峰之刃.png",
|
||||
"hash": "c85e4a37f277f828e60a520d6adf7150",
|
||||
"lock": true
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user