refactor(service): move boot service functions to os.go

Extract service management functions from frpAct.go to new os.go file for better code organization and maintainability. Also update README.md to document supported platforms.
This commit is contained in:
2026-03-04 13:46:55 +08:00
parent 783b06ff94
commit 29011c2fb4
3 changed files with 254 additions and 241 deletions
+5
View File
@@ -10,6 +10,11 @@ A backend application for managing local frpc instances, allowing users to easil
- User permission management (superuser/admin/visitor)
- SQLite database for data persistence
## Supported Platforms
- `GNU/Linux`
- `Windows`
## Configuration
Create a `config.json` file in the project root: