From 45da488132cec99feaa0514e88d636f23eace91f Mon Sep 17 00:00:00 2001 From: SkeathyTomas Date: Tue, 28 Feb 2023 18:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E3.5=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E8=BF=AA=E5=B8=8C=E9=9B=85=E3=80=81=E7=B1=B3=E5=8D=A1=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=9B=20v0.7.1=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- app.spec | 2 +- src/character.json | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) 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,