mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
修正#雷神伤害 功能下武器Buff的一处展示错误
This commit is contained in:
parent
9765c5af18
commit
14d3aa9cc4
@ -265,7 +265,9 @@ let Calc = {
|
||||
}
|
||||
|
||||
lodash.forEach(weaponCfg, (ds) => {
|
||||
ds.title = `${weaponName}效果:${ds.title}`;
|
||||
if (!/:/.test(ds.title)) {
|
||||
ds.title = `${weaponName}效果:${ds.title}`;
|
||||
}
|
||||
if (ds.refine) {
|
||||
ds.data = ds.data || {};
|
||||
lodash.forEach(ds.refine, (r, key) => {
|
||||
|
Loading…
Reference in New Issue
Block a user