feat(windows): add windows boot service support

- Add registry-based boot service creation for Windows
- Update detectInitSystem to handle Windows platform
This commit is contained in:
2026-03-04 22:17:56 +08:00
parent 29011c2fb4
commit 541f881825
3 changed files with 55 additions and 4 deletions
+6
View File
@@ -56,6 +56,12 @@ GOOS=linux GOARCH=amd64 go build -o super-frpc
For detailed API documentation, please see [docs/api.md](docs/api.md)
## TODO
- [x] Add Windows boot service support
- [ ] Add session management API
- [ ] Add codes per file documentation
## License
GPL-3.0