Clean up
This commit is contained in:
parent
fd947407af
commit
a603602f32
4 changed files with 2 additions and 18 deletions
|
|
@ -4,7 +4,6 @@ declare const _THEME_COLOR_: string;
|
|||
declare const _COPYRIGHT_: string;
|
||||
declare const _VERSION_: string;
|
||||
declare const _CODENAME_: string;
|
||||
declare const _LICENSE_: string;
|
||||
|
||||
const address = new URL(location.href);
|
||||
|
||||
|
|
@ -19,4 +18,3 @@ export const themeColor = _THEME_COLOR_;
|
|||
export const copyright = _COPYRIGHT_;
|
||||
export const version = _VERSION_;
|
||||
export const codename = _CODENAME_;
|
||||
export const license = _LICENSE_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue