📦 docs: 资源商店新增发布资源功能

This commit is contained in:
snowykami 2024-09-17 15:04:19 +08:00
parent a16a67dbc9
commit a87e8bc3e8

View File

@ -44,6 +44,7 @@ def pre_check(github: Github, issue: Issue, repo: Repository) -> err:
# 下载并解析资源包
r = requests.get(link, headers=headers)
print(r.text)
if r.status_code != 200:
issue.create_comment("下载失败." + edit_tip)
return ValueError("下载失败.")