This commit is contained in:
syuilo
2018-08-21 05:42:31 +09:00
parent fd947407af
commit a603602f32
4 changed files with 2 additions and 18 deletions

View File

@@ -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_;