diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 99ef084..fb5dfc4 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -12,4 +12,4 @@ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cl polar: # Replace with a single Polar username buy_me_a_coffee: # Replace with a single Buy Me a Coffee username thanks_dev: # Replace with a single thanks.dev username -custom: ['https://afdian.com/a/luting'] +custom: ["https://afdian.com/a/luting"] diff --git a/src/core/theme.ts b/src/core/theme.ts index 5747328..891ce35 100644 --- a/src/core/theme.ts +++ b/src/core/theme.ts @@ -1,5 +1,5 @@ import { createGlobalTheme, globalStyle } from "@vanilla-extract/css"; -import { otherThemeVars, themeInfoVars, themeVars } from "src/types/vars"; +import { otherThemeVars, themeInfoVars, themeVars } from "src/types/vars"; import type { MapLeafNodes, WithOptionalLayer } from "./types"; export type Theme = WithOptionalLayer>; diff --git a/src/types/color/github.ts b/src/types/color/github.ts index d6bffaa..a41e563 100644 --- a/src/types/color/github.ts +++ b/src/types/color/github.ts @@ -210,7 +210,7 @@ export const github = { * @setting `button` 红色按钮阴影 */ small: null, - } + }, }, underlineNav: { borderColor: { diff --git a/styles/index.ts b/styles/index.ts index ed05aa8..b20025a 100644 --- a/styles/index.ts +++ b/styles/index.ts @@ -6,4 +6,3 @@ import "./public"; // 组件样式 import "./components"; - diff --git a/styles/public/index.ts b/styles/public/index.ts index 5f855a6..b222a6b 100644 --- a/styles/public/index.ts +++ b/styles/public/index.ts @@ -13,4 +13,4 @@ import "./modal"; // 弹窗 import "./tippy"; // 提示框 import "./navbar"; // 导航栏 import "./attached"; // 附加样式 -import "./other"; // 其他样式 \ No newline at end of file +import "./other"; // 其他样式