From 0c22591727b0227b9e6786248e0e106c391d15b4 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Wed, 2 Jul 2025 13:27:56 +0800 Subject: [PATCH] format --- src/core/github.ts | 2 +- src/types/color/other.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = { /** 主要背景色 */