Commit Graph

8 Commits

Author SHA1 Message Date
Akizon77
d64c11eab1 fix: 修正构建命令中的包路径,确保版本更新信息正确传递 2025-05-16 21:06:45 +08:00
Akizon77
e34367de69 Refactor monitoring package: remove platform-specific files and consolidate OS detection and process counting logic
- Deleted os_windows.go and process_windows.go, replacing them with platform-agnostic implementations in unit directory.
- Removed Linux-specific process counting logic from process_linux.go and integrated it into unit.
- Consolidated uptime and OS name retrieval into unit files for better organization.
- Updated update mechanism to use global variables for current version and repository.
- Introduced command-line flags for configuration, including disabling auto-update and web SSH.
- Implemented WebSocket connection handling and terminal interaction for both Unix and Windows systems.
- Added basic info upload functionality to server package, enhancing monitoring capabilities.
2025-05-16 19:56:22 +08:00
Akizon
8a1041fda3 Update release.yml 2025-05-03 21:20:01 +08:00
Akizon77
5f882d7042 fix: 优化构建二进制文件的命令,减少生成的文件大小 2025-04-29 21:15:54 +08:00
Akizon77
07b2eef610 fix: 修复构建和上传二进制文件的名称 2025-04-29 21:12:11 +08:00
Akizon77
f607957365 fix: text 自动生成二进制 2025-04-29 21:07:58 +08:00
Akizon77
ec5bbcb2f4 fix: text 自动生成二进制 2025-04-29 21:03:04 +08:00
Akizon77
79d1760163 feat: 自动发布realease 2025-04-29 20:57:23 +08:00