mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-25 12:37:49 +00:00
CI: update des
This commit is contained in:
parent
bdf68d714a
commit
b06a9a724c
@ -29,8 +29,8 @@ for plugin in plugins:
|
||||
"maintainer": main['commit']['author']['name'],
|
||||
"size": f"{os.path.getsize(f'{plugin}{os.sep}main.py') / 1000} kb",
|
||||
"supported": True,
|
||||
"des-short": "这个人很懒,什么都没留下",
|
||||
"des": "这个人很懒,什么都没有留下。"})
|
||||
"des-short": main['commit']['message'],
|
||||
"des": main['commit']['message']})
|
||||
with open("list.json", "w", encoding="utf8") as f:
|
||||
json.dump(list_json, f, ensure_ascii=False, indent=4)
|
||||
print(main['sha'] + " ok!")
|
||||
|
Loading…
Reference in New Issue
Block a user