mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
🐛 fix菈
不能显示的问题
This commit is contained in:
parent
468bb9ad17
commit
fd7bc914e8
@ -40,15 +40,30 @@ __plugin_meta__ = PluginMetadata(
|
||||
)
|
||||
|
||||
|
||||
guide = on_endswith('角色攻略', priority=8)
|
||||
material = on_endswith('角色材料', priority=6, block=True)
|
||||
attribute = on_endswith('参考面板', priority=6, block=True)
|
||||
attribute2 = on_endswith('收益曲线', priority=6, block=True)
|
||||
attribute.__paimon_help__ = {
|
||||
"usage": '<角色名> 参考面板',
|
||||
"introduce": "查看该角色的小毕业参考面板",
|
||||
"priority": 3
|
||||
}
|
||||
daily_material = on_endswith(('材料', '天赋材料', '突破材料'), priority=6, block=True)
|
||||
daily_material.__paimon_help__ = {
|
||||
"usage": '<今日|周x>材料',
|
||||
"introduce": "查看可刷取的素材表",
|
||||
"priority": 4
|
||||
}
|
||||
abyss_rate = on_command('syrate', aliases={'深渊登场率', '深境螺旋登场率', '深渊登场率排行', '深渊排行'}, priority=6, block=True)
|
||||
abyss_rate.__paimon_help__ = {
|
||||
"usage": '深渊登场率',
|
||||
"introduce": "查看本期深渊的角色登场率",
|
||||
"priority": 5
|
||||
}
|
||||
abyss_team = on_regex(r'^(深渊|深境螺旋)(?P<floor>上半|下半)阵容(排行|出场率)?$', priority=5, block=True)
|
||||
weapon_guide = on_endswith('武器攻略', priority=6, block=True)
|
||||
monster_map = on_endswith('原魔图鉴', priority=6, block=True)
|
||||
abyss_team.__paimon_help__ = {
|
||||
"usage": '深渊<上半|下半>阵容排行',
|
||||
"introduce": "查看本期深渊的阵容出场率排行",
|
||||
"priority": 5
|
||||
}
|
||||
|
||||
|
||||
@attribute.handle()
|
||||
|
@ -70,10 +70,12 @@
|
||||
+ 7.23
|
||||
- 深渊登场率数据改为2.8
|
||||
+ 8.2
|
||||
- `点餐`功能恢复,但又引入了2个新依赖库,为不影响使用,默认关闭,有需要者请自行`pip install cssselect aiohttp`后,将`Paimon_plugins/_order.py`的`_`去掉#154
|
||||
- 修复无法关闭和删除ssbq提醒的bug#154
|
||||
- 新增`ysbjc`查看自己绑定的私人ck#153
|
||||
- `点餐`功能恢复,但又引入了2个新依赖库,为不影响使用,默认关闭,有需要者请自行`pip install cssselect aiohttp`后,将`Paimon_plugins/_order.py`的`_`去掉 [#154](https://github.com/CMHopeSunshine/LittlePaimon/pull/154)
|
||||
- 修复无法关闭和删除ssbq提醒的bug [#154](https://github.com/CMHopeSunshine/LittlePaimon/pull/154)
|
||||
- 新增`ysbjc`查看自己绑定的私人ck [#153](https://github.com/CMHopeSunshine/LittlePaimon/pull/153)
|
||||
- 修改请求enka用的`User-Agent`
|
||||
- 修复`ysd`中优菈的`菈`不能显示的问题
|
||||
- 补充WIKI的`help`
|
||||
|
||||
## 丨功能列表
|
||||
|
||||
|
@ -95,7 +95,9 @@
|
||||
+ 7.23
|
||||
- 深渊登场率数据改为2.8
|
||||
+ 8.2
|
||||
- `点餐`功能恢复,但又引入了2个新依赖库,为不影响使用,默认关闭,有需要者请自行`pip install cssselect aiohttp`后,将`Paimon_plugins/_order.py`的`_`去掉#154
|
||||
- 修复无法关闭和删除ssbq提醒的bug#154
|
||||
- 新增`ysbjc`查看自己绑定的私人ck#153
|
||||
- `点餐`功能恢复,但又引入了2个新依赖库,为不影响使用,默认关闭,有需要者请自行`pip install cssselect aiohttp`后,将`Paimon_plugins/_order.py`的`_`去掉 [#154](https://github.com/CMHopeSunshine/LittlePaimon/pull/154)
|
||||
- 修复无法关闭和删除ssbq提醒的bug [#154](https://github.com/CMHopeSunshine/LittlePaimon/pull/154)
|
||||
- 新增`ysbjc`查看自己绑定的私人ck [#153](https://github.com/CMHopeSunshine/LittlePaimon/pull/153)
|
||||
- 修改请求enka用的`User-Agent`
|
||||
- 修复`ysd`中优菈的`菈`不能显示的问题
|
||||
- 补充WIKI的`help`
|
@ -4631,7 +4631,7 @@
|
||||
},
|
||||
{
|
||||
"path": "LittlePaimon/优设标题黑.ttf",
|
||||
"hash": "1726685ca93be4e04930d6561afd1d68",
|
||||
"hash": "f78122875a8fe70ab9b577cfb80c685b",
|
||||
"lock": true
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user