Skip to content

Commit

Permalink
Merge pull request #34 from Night-stars-1/dev
Browse files Browse the repository at this point in the history
fix: 修复因角色技能配置缺失导致的报错
  • Loading branch information
Night-stars-1 authored Apr 21, 2024
2 parents 5680f54 + c152962 commit 35f62f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Create release
if: startsWith(github.ref, 'refs/tags/')
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@v2.0.4
with:
name: 黑月无人驾驶 ${{ github.ref_name }}
body: ${{ steps.generate_changelog.outputs.changelog }}
Expand Down
10 changes: 10 additions & 0 deletions app/common/running_business_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"雷火",
"黛丝莉",
"艾略特",
"静流",
"多萝西",
"卡莲",
"星花",
"瑞秋",
"菲妮娅",
Expand All @@ -27,7 +29,10 @@
"隼",
"奈弥",
"伊尔",
"甘雅",
"妮蔻拉",
"卡洛琳",
"海因里希",
]


Expand All @@ -53,7 +58,9 @@ class RunningBusinessConfig(QConfig):
雷火 = ConfigItem("SkillLevel", "雷火", 0, None)
黛丝莉 = ConfigItem("SkillLevel", "黛丝莉", 0, None)
艾略特 = ConfigItem("SkillLevel", "艾略特", 0, None)
静流 = ConfigItem("SkillLevel", "静流", 0, None)
多萝西 = ConfigItem("SkillLevel", "多萝西", 0, None)
卡莲 = ConfigItem("SkillLevel", "卡莲", 0, None)
星花 = ConfigItem("SkillLevel", "星花", 0, None)
瑞秋 = ConfigItem("SkillLevel", "瑞秋", 0, None)
菲妮娅 = ConfigItem("SkillLevel", "菲妮娅", 0, None)
Expand All @@ -65,7 +72,10 @@ class RunningBusinessConfig(QConfig):
= ConfigItem("SkillLevel", "隼", 0, None)
奈弥 = ConfigItem("SkillLevel", "奈弥", 0, None)
伊尔 = ConfigItem("SkillLevel", "伊尔", 0, None)
甘雅 = ConfigItem("SkillLevel", "甘雅", 0, None)
妮蔻拉 = ConfigItem("SkillLevel", "妮蔻拉", 0, None)
卡洛琳 = ConfigItem("SkillLevel", "卡洛琳", 0, None)
海因里希 = ConfigItem("SkillLevel", "海因里希", 0, None)

七号自由港砍抬疲劳 = ConfigItem("CityTired", "7号自由港", 30, None)
澄明数据中心砍抬疲劳 = ConfigItem("CityTired", "澄明数据中心", 30, None)
Expand Down

0 comments on commit 35f62f1

Please sign in to comment.