Improve pause management

This commit is contained in:
世界
2025-04-06 16:35:18 +08:00
parent fae0d23e78
commit b7c20fd165
8 changed files with 60 additions and 67 deletions

View File

@@ -40,7 +40,7 @@ type BoxService struct {
clashServer adapter.ClashServer
pauseManager pause.Manager
servicePauseFields
iOSPauseFields
}
func NewService(configContent string, platformInterface PlatformInterface) (*BoxService, error) {