We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.3
首先,直接用文本编辑器修改 config.yaml 中的 飞书通知配置,然后保存。
config.yaml
飞书通知配置
然后,在 March7th Launcher.exe 的窗口里面修改任何一个设置。
March7th Launcher.exe
用文本编辑器修改的 config.yaml 中的 飞书通知配置 保持不变。
用文本编辑器修改的 config.yaml 中的 飞书通知配置 被覆盖为默认值。
No response
这么做的原因是,推送通知的设置无法在 March7th Launcher.exe 中完成,只能用文本编辑器完成。
解决方案(二选一):
读入配置 - 修改对应项 - 写回配置
The text was updated successfully, but these errors were encountered:
我又试了下,修改 config 文件后,重新启动 March7th Launcher.exe,可以避免配置覆盖问题。
建议加入 wiki 。
Sorry, something went wrong.
我又试了下,修改 config 文件后,重新启动 March7th Launcher.exe,可以避免配置覆盖问题。 建议加入 wiki 。
我试了下目前的onebot是支持热重载的,飞书不太清楚
Fix: Fix issue moesnow#341
01c0502
Merge pull request #370 from penguinway/fix
55fa263
Fix: Fix issue #341
No branches or pull requests
请确保您已阅读以上注意事项,并勾选下方的确认框。
March7thAssistant 版本 (或 Commit Id)
2.5.3
重现步骤
首先,直接用文本编辑器修改
config.yaml
中的飞书通知配置
,然后保存。然后,在
March7th Launcher.exe
的窗口里面修改任何一个设置。期望的结果是什么?
用文本编辑器修改的
config.yaml
中的飞书通知配置
保持不变。实际的结果是什么?
用文本编辑器修改的
config.yaml
中的飞书通知配置
被覆盖为默认值。日志记录
No response
补充说明(可选)
这么做的原因是,推送通知的设置无法在
March7th Launcher.exe
中完成,只能用文本编辑器完成。解决方案(二选一):
March7th Launcher.exe
中加入修改推送通知配置的 UI。这样可以避免用户自行改动配置文件。March7th Launcher.exe
的修改配置,按照读入配置 - 修改对应项 - 写回配置
来执行。这样可以确保 GUI 和文本编辑的配置不发生冲突。The text was updated successfully, but these errors were encountered: