Skip to content

Commit 4463bcb

Browse files
committed
Merge remote-tracking branch 'upstream/v4' into napcat-细节docker
2 parents da1248a + 78f47ef commit 4463bcb

File tree

209 files changed

+7707
-2521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+7707
-2521
lines changed

.vitepress/config.mjs

Lines changed: 441 additions & 244 deletions
Large diffs are not rendered by default.

.vitepress/config/head.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const head: HeadConfig[] = [
66
["link", { rel: "dns-prefetch", href: "https://fonts.googleapis.cn" }],
77
["link", { rel: "preconnect", href: "https://fonts.gstatic.cn", crossorigin: "" }],
88
["link", { rel: "dns-prefetch", href: "https://fonts.gstatic.cn" }],
9-
["link", { rel: "stylesheet", href: "https://fonts.googleapis.cn/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" }],
9+
["link", { rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap" }],
1010

1111
// --- 基础和SEO元数据 ---
1212
["link", { rel: "icon", href: "/logo.png" }],
@@ -42,4 +42,6 @@ export const head: HeadConfig[] = [
4242
["meta", { name: "twitter:card", content: "summary_large_image" }],
4343
["meta", { name: "twitter:site", content: "@AstrBot" }],*/
4444

45+
// --- Umami Analytics ---
46+
["script", { defer: "", src: "https://cloud.umami.is/script.js", "data-website-id": "9c3f777e-9f4a-4b79-a5c3-ff94f5dca8f9" }],
4547
];

.vitepress/config/sidebar.ts

Lines changed: 0 additions & 263 deletions
This file was deleted.

.vitepress/config/theme.ts

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)