| Author | Description | Date | Update |
|---|---|---|---|
目棃 |
说明文档 |
2023-10-12 |
2024-03-12 |
本文档
Frontmatter由 MuCli 自动生成于2023-10-12 19:03:28更新于
2024-03-12 19:11:08
A GitHub App built with Probot for TeyvatGuide.
辅助 TeyvatGuide 的 GitHub App。
# Install dependencies
bun install
# Run the bot with forever
bun start
# Run the bot locally
bun dev由于未知原因,应用仅能保持数天的正常运行(详见 #3)。
为保证应用正常运行,需要设置定时任务,每天重启一次应用。
以下代码以 代码目录为 /Code,运行环境为 Linux 为例:
需要在运行
bun start后执行。
# 编辑定时任务
corntab -e
# 添加以下内容
30 2 * * * cd Code;bun reload此后,应用将在每天凌晨 2:30 重启。
ISC © 2023 BTMuli