Merge branch 'main' into ios

This commit is contained in:
GFWFighter
2023-10-24 18:38:48 +03:30
committed by GitHub
44 changed files with 747 additions and 1717 deletions

View File

@@ -48,5 +48,7 @@ abstract interface class SingboxService {
Stream<String> watchStats();
Stream<String> watchLogs(String path);
Stream<List<String>> watchLogs(String path);
TaskEither<String, Unit> clearLogs();
}