feat: 配置项目的热修改

This commit is contained in:
2024-03-29 14:58:24 +08:00
parent f23567194c
commit aed63c34c9
10 changed files with 148 additions and 89 deletions

View File

@ -9,6 +9,7 @@ log.success=Success
liteyuki.restart=Restart
liteyuki.restart_now=Restart now
liteyuki.update_restart=Update completely, You can {RESTART} or later to apply the changes
liteyuki.current_config=Current Config
main.current_language=Current config language: {LANG}
main.enable_webdash=Web dashboard is enabled: {URL}

View File

@ -9,6 +9,10 @@ log.success=成功
liteyuki.restart=重启
liteyuki.restart_now=立即重启
liteyuki.update_restart=更新完成,你可以{RESTART}或稍后手动重启以应用这些更新
liteyuki.current_config=当前配置项如下
liteyuki.static_config=静态文件配置项
liteyuki.stored_config=储存的配置项
liteyuki.config_set_success=配置项 {KEY}={VAL} 设置成功
main.current_language=当前配置语言为: {LANG}
main.enable_webdash=已启用网页监控面板: {URL}