feat: Add showing client version and start time

This commit is contained in:
yuanyuanxiang
2024-12-28 04:34:54 +08:00
parent 9617694d14
commit 079443d48f
8 changed files with 96 additions and 40 deletions

View File

@@ -236,3 +236,8 @@ fix: showing the wrong host quantity in status bar
solve some issues according to code analysis result
reorg: Move commands to common/commands.h
此次提交的重点是将重复代码移动到公共目录,减少代码的冗余。
2024.12.28
修改了注册指令内容,新生成的主控程序和被控程序不能和以往的程序混用!! 预留了字段,以便未来之需。
主控程序增加显示被控端版本信息,以便未来针对老版本实现在线更新的能力。
在主控程序上面增加了显示被控端启动时间的功能,以便掌握被控端程序的稳定性。