🎨
This commit is contained in:
parent
a44387f250
commit
e6f33e997f
9 changed files with 169 additions and 166 deletions
|
|
@ -19,6 +19,7 @@ declare const _VERSION_: string;
|
|||
declare const _CODENAME_: string;
|
||||
declare const _LICENSE_: string;
|
||||
declare const _GOOGLE_MAPS_API_KEY_: string;
|
||||
declare const _WELCOME_BG_URL_: string;
|
||||
|
||||
export const host = _HOST_;
|
||||
export const hostname = _HOSTNAME_;
|
||||
|
|
@ -41,3 +42,4 @@ export const version = _VERSION_;
|
|||
export const codename = _CODENAME_;
|
||||
export const license = _LICENSE_;
|
||||
export const googleMapsApiKey = _GOOGLE_MAPS_API_KEY_;
|
||||
export const welcomeBgUrl = _WELCOME_BG_URL_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue