diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3fbdb28..e0e2a51 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [LittleSound,nekomeowww] +github: [akinazuki,BBleae] # patreon: # Replace with a single Patreon username # open_collective: # Replace with a single Open Collective username # ko_fi: # Replace with a single Ko-fi username diff --git a/.obsidian/snippets/kbd.css b/.obsidian/snippets/kbd.css index dc27d55..8e3f921 100644 --- a/.obsidian/snippets/kbd.css +++ b/.obsidian/snippets/kbd.css @@ -5,7 +5,7 @@ kbd { user-select: none; position: relative; bottom: 0; - font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif; + font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif; } kbd::after { diff --git a/.vitepress/styles/kbd.css b/.vitepress/styles/kbd.css index 7eac77a..ba81883 100644 --- a/.vitepress/styles/kbd.css +++ b/.vitepress/styles/kbd.css @@ -6,7 +6,13 @@ user-select: none; position: relative; bottom: 2px; - font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif; + font-family: -apple-system, + BlinkMacSystemFont, + "SF Pro", + "Segoe UI Adjusted", + "Segoe UI", + "Liberation Sans", + sans-serif; font-weight: 600; } diff --git a/.vitepress/styles/main.css b/.vitepress/styles/main.css index 7f367d7..27f41ea 100644 --- a/.vitepress/styles/main.css +++ b/.vitepress/styles/main.css @@ -73,22 +73,22 @@ html, body { } /* 标题所需要的字体 */ -@font-face { +/* @font-face { font-family: tengwarannatar; src: url(/tengwar-annatar-glaemscrafu.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: block; -} +} */ /* 标题所需要的字体 */ -@font-face { +/* @font-face { font-family: tengwarannatar-bold; src: url(/tengwar-annatar-glaemscrafu-bold.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: block; -} +} */ /* 首页标题样式 */ .VPHomeHero > .container > .main > h1 { @@ -105,7 +105,7 @@ html, body { /* 首页介绍样式 */ .VPHomeHero > .container > .main > .tagline { padding-top: 24px; - + } /* 自适应样式 */ diff --git a/zj-tho/index.md b/zj-tho/index.md new file mode 100644 index 0000000..b4fca30 --- /dev/null +++ b/zj-tho/index.md @@ -0,0 +1,9 @@ +--- +sidebar: false +layout: home +title: 湛江THOnly + +hero: + name: 湛江THOnly + text: Coming soon... +---