Compare commits

...

3 Commits

Author SHA1 Message Date
ikun0014
a475dcb6b8 1.4.6 2025-03-20 22:55:17 +08:00
ikun0014
2ea7c76004 1.4.6 2025-03-20 22:55:11 +08:00
ikun0014
14684cf1b7 fix: ManifestDownload 2025-03-20 22:54:43 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ def init() -> None:
\_____/ |_| \_| |_____| |_| \_\ |_____| /_/
"""
LOG.info(banner)
LOG.info("作者: ikun0014 | 版本: 1.4.5 | 官网: ikunshare.com")
LOG.info("作者: ikun0014 | 版本: 1.4.6 | 官网: ikunshare.com")
LOG.info("项目仓库: GitHub: https://github.com/ikunshare/Onekey")
LOG.warning("ikunshare.com | 严禁倒卖")
LOG.warning("提示: 请确保已安装Windows 10/11并正确配置Steam;SteamTools/GreenLuma")
@@ -190,7 +190,6 @@ async def handle_depot_files(
async def fetch_from_cdn(sha: str, path: str, repo: str):
if variable.IS_CN:
url_list = [
f"https://jsdelivr.pai233.top/gh/{repo}@{sha}/{path}",
f"https://cdn.jsdmirror.com/gh/{repo}@{sha}/{path}",
f"https://raw.gitmirror.com/{repo}/{sha}/{path}",
f"https://raw.dgithub.xyz/{repo}/{sha}/{path}",

View File

@@ -1,6 +1,6 @@
{
"name": "onekey",
"version": "1.4.5",
"version": "1.4.6",
"description": "一个Steam仓库清单下载器",
"main": "index.js",
"scripts": {