v2.3.0 release,版本号修改

This commit is contained in:
Kokomi 2023-02-19 02:12:56 +08:00
parent 917554dd04
commit d335184f48
4 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,5 @@
# 2.3.0
* `【Dev测试分支开发中】`
* 如需体验可切换至miao-plugin仓库dev分支
* dev功能可能不稳定建议具备一定排错能力的勇士体验
* 2.3.0正式版预计2.19日发布,当然也有可能继续咕...
* 重写底层面板、角色数据获取与保存逻辑
* 底层完全兼容面板及Mys数据对于miao-plugin的大部分场景可做到数据通用
* 角色数据及天赋增加缓存逻辑有缓存数据情况下可在ck失效/验证码等情况下正常使用大部分功能

View File

@ -57,6 +57,10 @@ export const helpList = [{
icon: 65,
title: '#圣遗物列表 #雷神圣遗物',
desc: '查看圣遗物列表 / 评分详情'
}, {
icon: 79,
title: '#面板帮助',
desc: '面板替换及其他帮助信息'
}, {
icon: 64,
title: '#深渊 #深渊12层',

View File

@ -24,7 +24,7 @@ export const details = [{
}]
export const defDmgIdx = 3
export const mainAttr = 'atk,cpct,cdmg'
export const mainAttr = 'atk,cpct,cdmg,mastery'
export const buffs = [{
title: '刻晴被动释放Q获得15%暴击率',

View File

@ -25,7 +25,7 @@ export const details = [{
}]
export const defDmgIdx = 4
export const mainAttr = 'hp,cpct,cdmg'
export const mainAttr = 'hp,cpct,cdmg,mastery'
export const buffs = [{
title: '夜兰被动有4个不同元素类型角色时夜兰生命值上限提高30%',