mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-23 02:07:39 +08:00
docs: 使用vuepress重新构建文档
This commit is contained in:
parent
6e23542296
commit
570a46a840
@ -52,7 +52,7 @@ async def _(bot: T_Bot, event: T_MessageEvent):
|
|||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Pull from {origin} failed: {e}")
|
print(f"Pull from {origin} failed: {e}")
|
||||||
logs = repo.index.diff()
|
logs = repo.index
|
||||||
reply = "Liteyuki updated!\n"
|
reply = "Liteyuki updated!\n"
|
||||||
reply += f"```\n{logs}\n```\n"
|
reply += f"```\n{logs}\n```\n"
|
||||||
btn_restart = md.button(ulang.get("liteyuki.restart_now"), "restart-liteyuki")
|
btn_restart = md.button(ulang.get("liteyuki.restart_now"), "restart-liteyuki")
|
||||||
|
Loading…
Reference in New Issue
Block a user