This commit is contained in:
root
2025-08-10 23:35:46 +00:00
parent e09fb05e54
commit 36113c3c1c
3 changed files with 9 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ export default defineConfig({
}, },
styleOverrides: { styleOverrides: {
codeBackground: "var(--codeblock-bg)", codeBackground: "var(--codeblock-bg)",
borderRadius: "0.75rem", borderRadius: "0.25rem",
borderColor: "none", borderColor: "none",
codeFontSize: "0.875rem", codeFontSize: "0.875rem",
codeFontFamily: "'JetBrains Mono Variable', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace", codeFontFamily: "'JetBrains Mono Variable', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",

View File

@@ -16,6 +16,7 @@ draft: false
> 2. 推完ac后发现在ec中引用了三个插件,但是pnpm astro add并没有自动安装,第二次修改 > 2. 推完ac后发现在ec中引用了三个插件,但是pnpm astro add并没有自动安装,第二次修改
> 3. 现在正常跑起来了,但是由于2x主题的原因,样式很奇怪,再改一次 > 3. 现在正常跑起来了,但是由于2x主题的原因,样式很奇怪,再改一次
> 4. 这下正常了,推pr去 > 4. 这下正常了,推pr去
> 5. 没错我又回来了,滑块样式有问题,什么奇奇怪怪的圆角对不齐,干脆调小圆角
Here, we'll explore how code blocks look using [Expressive Code](https://expressive-code.com/). The provided examples are based on the official documentation, which you can refer to for further details. Here, we'll explore how code blocks look using [Expressive Code](https://expressive-code.com/). The provided examples are based on the official documentation, which you can refer to for further details.
在这里,我们将探索使用 [Expressive Code](https://expressive-code.com/) 的代码块显示效果。提供的示例基于官方文档,您可以参考该文档获取更多细节。 在这里,我们将探索使用 [Expressive Code](https://expressive-code.com/) 的代码块显示效果。提供的示例基于官方文档,您可以参考该文档获取更多细节。

View File

@@ -26,6 +26,13 @@ import { Icon } from "astro-icon/components";
</div> </div>
<div class="text-sm text-black/50 dark:text-white/50">HK、US高防不限速CDN</div> <div class="text-sm text-black/50 dark:text-white/50">HK、US高防不限速CDN</div>
</a> </a>
<a href="https://fuwari.14131413.xyz/" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://fuwari.14131413.xyz/_astro/demo-avatar.CxcI0ivM_1nbuVe.webp" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">yCENzhのBlog</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">Ciallo(∠・ω&lt; )⌒☆ </div>
</a>
<a href="https://blog.isyyo.com/" target="_blank" class="friend-card"> <a href="https://blog.isyyo.com/" target="_blank" class="friend-card">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<img src="https://blog.isyyo.com/favicon/logo.png" loading="lazy" class="w-5 h-5 rounded"> <img src="https://blog.isyyo.com/favicon/logo.png" loading="lazy" class="w-5 h-5 rounded">
@@ -152,13 +159,6 @@ import { Icon } from "astro-icon/components";
</div> </div>
<div class="text-sm text-black/50 dark:text-white/50">https://www.toubiec.cn</div> <div class="text-sm text-black/50 dark:text-white/50">https://www.toubiec.cn</div>
</a> </a>
<a href="https://fuwari.14131413.xyz/" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://fuwari.14131413.xyz/_astro/demo-avatar.CxcI0ivM_1nbuVe.webp" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">yCENzhのBlog</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">Ciallo(∠・ω&lt; )⌒☆ </div>
</a>
<a href="https://coldin.top" target="_blank" class="friend-card"> <a href="https://coldin.top" target="_blank" class="friend-card">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<img src="https://coldin.top/favicon.ico" loading="lazy" class="w-5 h-5 rounded"> <img src="https://coldin.top/favicon.ico" loading="lazy" class="w-5 h-5 rounded">