Skip to content

Commit

Permalink
Merge pull request #267 from Night-stars-1/master
Browse files Browse the repository at this point in the history
deploy: up link
  • Loading branch information
Night-stars-1 authored May 24, 2023
2 parents 2e52e0f + 4dfb9b8 commit 8f4083c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Honkai_Star_Rail.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def up_data():
'skip_verify': False,
'type': "star",
'version': "beta-2.7_test",
'url_zip': "https://github.com/Starry-Wind/Honkai-Star-Rail/archive/refs/heads/beta-2.7_test.zip",
'url_zip': "https://github.com/Starry-Wind/SRA/archive/refs/heads/beta-2.7_test.zip",
'unzip_path': ".",
'keep_folder': ['.git', 'logs', 'temp', 'map', 'tmp', 'venv'],
'keep_file': ['config.json', 'version.json', 'star_list.json'],
'zip_path': "Honkai-Star-Rail-beta-2.7_test/",
'zip_path': "SRA-beta-2.7_test/",
'name': "脚本"
},
{
Expand All @@ -100,11 +100,11 @@ def up_data():
'skip_verify': False,
'type': "map",
'version': "map",
'url_zip': "https://github.com/Starry-Wind/Honkai-Star-Rail/archive/refs/heads/map.zip",
'url_zip': "https://github.com/Starry-Wind/SRA/archive/refs/heads/map.zip",
'unzip_path': "map",
'keep_folder': [],
'keep_file': [],
'zip_path': "Honkai-Star-Rail-map/",
'zip_path': "SRA-map/",
'name': "地图"
},
{
Expand All @@ -113,11 +113,11 @@ def up_data():
'skip_verify': False,
'type': "temp",
'version': "map",
'url_zip': "https://github.com/Starry-Wind/Honkai-Star-Rail/archive/refs/heads/map.zip",
'url_zip': "https://github.com/Starry-Wind/SRA/archive/refs/heads/map.zip",
'unzip_path': "temp",
'keep_folder': [],
'keep_file': [],
'zip_path': "Honkai-Star-Rail-map/",
'zip_path': "SRA-map/",
'name': "图片"
},
]
Expand Down

0 comments on commit 8f4083c

Please sign in to comment.