diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 19:56:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 19:56:18 +0900 |
| commit | e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 (patch) | |
| tree | 792a93a6fb3934aa759194e8efad72a28b62f994 /src/config | |
| parent | :v: (diff) | |
| download | sharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.gz sharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.bz2 sharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.zip | |
:art:
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index d557f2afde..62f63d4a3c 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -17,6 +17,7 @@ export type Source = { }; name?: string; description?: string; + welcome_bg_url?: string; url: string; port: number; https?: { [x: string]: string }; |