mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: improve trace output
This commit is contained in:
@@ -26,6 +26,8 @@ export interface SingboxSourceFormat {
|
||||
}
|
||||
|
||||
export class SingboxSource extends BaseWriteStrategy {
|
||||
public readonly name = 'singbox';
|
||||
|
||||
readonly fileExtension = 'json';
|
||||
|
||||
static readonly jsonToLines = (json: unknown): string[] => stringify(json).split('\n');
|
||||
|
||||
Reference in New Issue
Block a user