This commit is contained in:
syuilo
2018-06-15 19:56:18 +09:00
parent a44387f250
commit e6f33e997f
9 changed files with 169 additions and 166 deletions

View File

@ -17,6 +17,7 @@ export type Source = {
};
name?: string;
description?: string;
welcome_bg_url?: string;
url: string;
port: number;
https?: { [x: string]: string };