diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f21c3bf..31d3d081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # 2.3.0 -* `【Dev测试分支,开发中】` - * 如需体验可切换至miao-plugin仓库dev分支 - * dev功能可能不稳定,建议具备一定排错能力的勇士体验 - * 2.3.0正式版预计2.19日发布,当然也有可能继续咕... * 重写底层面板、角色数据获取与保存逻辑 * 底层完全兼容面板及Mys数据,对于miao-plugin的大部分场景可做到数据通用 * 角色数据及天赋增加缓存逻辑,有缓存数据情况下可在ck失效/验证码等情况下正常使用大部分功能 diff --git a/config/help_default.js b/config/help_default.js index c1829fa7..406ff77e 100644 --- a/config/help_default.js +++ b/config/help_default.js @@ -57,6 +57,10 @@ export const helpList = [{ icon: 65, title: '#圣遗物列表 #雷神圣遗物', desc: '查看圣遗物列表 / 评分详情' + }, { + icon: 79, + title: '#面板帮助', + desc: '面板替换及其他帮助信息' }, { icon: 64, title: '#深渊 #深渊12层', diff --git a/resources/meta/character/刻晴/calc.js b/resources/meta/character/刻晴/calc.js index fcdf95e5..5fb758fc 100644 --- a/resources/meta/character/刻晴/calc.js +++ b/resources/meta/character/刻晴/calc.js @@ -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%暴击率', diff --git a/resources/meta/character/夜兰/calc.js b/resources/meta/character/夜兰/calc.js index 32eda7e6..73ab98c9 100644 --- a/resources/meta/character/夜兰/calc.js +++ b/resources/meta/character/夜兰/calc.js @@ -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%',