mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 06:20:56 +00:00
📦 docs: 资源商店新增发布资源功能
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m16s
Some checks failed
Deploy VitePress site to Pages / build (push) Failing after 1m16s
This commit is contained in:
@ -89,7 +89,7 @@ def pre_check(github: Github, issue: Issue, repo: Repository) -> err:
|
|||||||
|
|
||||||
new_issue_body = f"---\nname: {name}\ndesc: {desc}\nlink: {link}\nhomepage: {homepage}\nauthor: {author}\n---\n"
|
new_issue_body = f"---\nname: {name}\ndesc: {desc}\nlink: {link}\nhomepage: {homepage}\nauthor: {author}\n---\n"
|
||||||
|
|
||||||
publish_info = f"## 发布信息\n{desc}\n"
|
publish_info = f"## 发布信息\n"
|
||||||
publish_info += f"**名称**: {name}\n"
|
publish_info += f"**名称**: {name}\n"
|
||||||
publish_info += f"**描述**: {desc}\n"
|
publish_info += f"**描述**: {desc}\n"
|
||||||
publish_info += f"**作者**: {author}\n"
|
publish_info += f"**作者**: {author}\n"
|
||||||
|
Reference in New Issue
Block a user