ci(genereator): fix ci

This commit is contained in:
MingxuanGame
2025-09-21 11:21:20 +00:00
parent 509f759b1a
commit ccab7bc584
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ doc.extend(
[
module.SPECTATOR_DOC,
"",
f"> 上次生成:{datetime.datetime.now(datetime.UTC).strftime('%Y-%m-%d %H:%M:%S %Z')}",
f"> 上次生成:{datetime.datetime.now(datetime.UTC).strftime('%Y-%m-%d %H:%M:%S %Z')}"
f"于提交 {f'[`{commit}`](https://github.com/GooGuTeam/g0v0-server/commit/{commit})' if commit != 'unknown' else 'unknown'}", # noqa: E501
"",
"> **注意: 在生产环境中,请务必更改默认的密钥和密码!**",