From 8b18c14b54fc0ff5a1c4ef93fff6871b79c93182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Wed, 25 Oct 2023 15:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ecos=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/releaseDeck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/releaseDeck.py b/script/releaseDeck.py index cf85c99..4475f04 100644 --- a/script/releaseDeck.py +++ b/script/releaseDeck.py @@ -61,6 +61,7 @@ def formatUTF8WithBOM(data:bytes): info_this = { 'name': meta_info_data.get(deck_name_this, {}).get('name', deck_name), 'download_link': [ + f'https://extiverse-1253866028.cos.ap-shanghai.myqcloud.com/{deck_url_path_this}', 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}',