Skip to content

Commit

Permalink
v0.8.3发布
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeathyTomas committed Nov 22, 2024
1 parent 3fdb584 commit 944c262
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def delete_data(self):

def main():
global myappid
myappid = 'v0.8.2'
myappid = 'v0.8.3'

# 任务栏图标问题
try:
Expand Down
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='keqing-0.8.2',
name='keqing-0.8.3',
)
16 changes: 8 additions & 8 deletions src/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
},
"琳妮特": {
"生命值": 0,
"攻击力": 0.55,
"攻击力": 0.75,
"防御力": 0,
"暴击率": 1,
"暴击伤害": 1,
"元素精通": 0,
"元素充能效率": 0.75
"元素充能效率": 0
},
"闲云": {
"生命值": 0,
Expand Down Expand Up @@ -360,7 +360,7 @@
"防御力": 0,
"暴击率": 0,
"暴击伤害": 0,
"元素精通": 0.75,
"元素精通": 0.55,
"元素充能效率": 0.55
},
"莫娜": {
Expand All @@ -385,8 +385,8 @@
"生命值": 1,
"攻击力": 0.5,
"防御力": 0,
"暴击率": 0.5,
"暴击伤害": 0.5,
"暴击率": 1,
"暴击伤害": 1,
"元素精通": 0,
"元素充能效率": 0.55
},
Expand Down Expand Up @@ -713,7 +713,7 @@
"防御力": 0,
"暴击率": 1,
"暴击伤害": 1,
"元素精通": 0.75,
"元素精通": 0,
"元素充能效率": 0
},
"----岩----": {},
Expand Down Expand Up @@ -783,11 +783,11 @@
"诺艾尔": {
"生命值": 0,
"攻击力": 0.5,
"防御力": 0.9,
"防御力": 1,
"暴击率": 1,
"暴击伤害": 1,
"元素精通": 0,
"元素充能效率": 0.7
"元素充能效率": 0.55
},
"娜维娅": {
"生命值": 0,
Expand Down

0 comments on commit 944c262

Please sign in to comment.