diff --git a/app.py b/app.py index 09e6ce4..59fc964 100644 --- a/app.py +++ b/app.py @@ -441,7 +441,7 @@ def on_release(key): def main(): global myappid - myappid = 'v0.7.0' + myappid = 'v0.7.1' # 任务栏图标问题 try: diff --git a/app.spec b/app.spec index e2bce24..ed91134 100644 --- a/app.spec +++ b/app.spec @@ -47,5 +47,5 @@ coll = COLLECT( strip=False, upx=True, upx_exclude=[], - name='keqing-0.7.0', + name='keqing-0.7.1', ) diff --git a/src/character.json b/src/character.json index ac83ed5..65bb342 100644 --- a/src/character.json +++ b/src/character.json @@ -245,6 +245,15 @@ "元素精通": 0.75, "元素充能效率": 0 }, + "迪希雅": { + "生命值": 0.5, + "攻击力": 0.75, + "防御力": 0, + "暴击率": 1, + "暴击伤害": 1, + "元素精通": 0.75, + "元素充能效率": 0 + }, "----水----": {}, "夜兰": { "生命值": 0.8, @@ -427,6 +436,15 @@ "元素精通": 0, "元素充能效率": 0.55 }, + "米卡": { + "生命值": 1, + "攻击力": 0, + "防御力": 0, + "暴击率": 0.5, + "暴击伤害": 0.5, + "元素精通": 0, + "元素充能效率": 0.55 + }, "----雷----": {}, "久岐忍": { "生命值": 1,