changelogs/v4.24.5.md
<a id="chinese"></a>
ASTRBOT_DASHBOARD_INITIAL_PASSWORD 环境变量,可为首次生成的 Dashboard 密码指定初始值。astrbot init 现在会识别 ASTRBOT_DASHBOARD_INITIAL_PASSWORD,并在初始化阶段创建 data/cmd_config.json 写入哈希后的初始密码,便于自动化部署。data/dist 后重启 AstrBot 的处理方案。message_tools 在目标路径不存在时未抛出异常并阻止消息发送的问题。(#8149)<a id="english"></a>
ASTRBOT_DASHBOARD_INITIAL_PASSWORD environment variable to specify the first generated Dashboard password.astrbot init now recognizes ASTRBOT_DASHBOARD_INITIAL_PASSWORD and creates data/cmd_config.json during initialization with the hashed initial password, making automated deployments easier.data/dist and restart AstrBot.