Skip to content

Commit

Permalink
新增并修复下载地址列表
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Oct 23, 2023
1 parent a900eef commit 3108a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/releaseDeck.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
'version_code': meta_info_data.get(deck_name_this, {}).get('version_code', 1),
'desc': meta_info_data.get(deck_name_this, {}).get('desc', ''),
'download_link': [
f'https://api.oliva.icu/extiverse/{deck_url_path_this}',
f'https://fastly.jsdelivr.net/gh/OlivOS-Team/Extiverse@main/{deck_url_path_this}',
f'https://ghproxy.com/https://github.com/OlivOS-Team/Extiverse/blob/main/{deck_url_path_this}'
f'https://ghproxy.com/https://github.com/OlivOS-Team/Extiverse/blob/main/{deck_url_path_this}',
f'https://raw.githubusercontent.com/OlivOS-Team/Extiverse/main/{deck_url_path_this}',
],
'path': file_dir_path_real + deck_name_this,
Expand Down

0 comments on commit 3108a5b

Please sign in to comment.