diff --git a/src/core/github.ts b/src/core/github.ts index d84d818..39b1824 100644 --- a/src/core/github.ts +++ b/src/core/github.ts @@ -77,7 +77,7 @@ export type GithubColor = { shadow: { floating: string; }; -} +}; export function defineGithubTheme(github: GithubColor): Theme { const console: Console = { diff --git a/src/types/color/other.ts b/src/types/color/other.ts index c1b6925..963af46 100644 --- a/src/types/color/other.ts +++ b/src/types/color/other.ts @@ -1,11 +1,11 @@ -export const otherAuto= { +export const otherAuto = { /** 未知 */ git: null, light: { /** 不知道什么用, gitea css 中没有使用这个属性的 */ mimicEnabled: "color-light-mimic-enabled", }, -} +}; export const other = { /** 主要背景色 */