first commit

This commit is contained in:
2026-03-04 13:14:40 +08:00
commit 96e65a9b43
26 changed files with 5068 additions and 0 deletions

9
mdx-components.js Normal file
View File

@@ -0,0 +1,9 @@
import { useMDXComponents as getThemeComponents } from "nextra-theme-docs";
// 或者你的主题,比如 nextra-theme-blog
export function useMDXComponents(components) {
return {
...getThemeComponents(),
...components,
};
}