From 6a44d5a233eb896cbb4b52227bd30b406164f0e6 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 27 Oct 2025 01:11:43 +0800 Subject: [PATCH] update --- .vscode/setting.json | 6 ++++++ src/data/docs/simpalte-template.md | 8 ++++++++ src/layouts/mdx.astro | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .vscode/setting.json create mode 100644 src/data/docs/simpalte-template.md diff --git a/.vscode/setting.json b/.vscode/setting.json new file mode 100644 index 0000000..0fe3816 --- /dev/null +++ b/.vscode/setting.json @@ -0,0 +1,6 @@ +{ + "workbench.editorAssociations": { + // "*.md": "vscode.markdown.preview.editor" // 预览打开 + "*.md": "default" // 默认打开 + } +} \ No newline at end of file diff --git a/src/data/docs/simpalte-template.md b/src/data/docs/simpalte-template.md new file mode 100644 index 0000000..3342b26 --- /dev/null +++ b/src/data/docs/simpalte-template.md @@ -0,0 +1,8 @@ +--- +title: 'astro 例子' +tags: ['astro', 'simple', 'template'] +--- + +## astro-simplate-template + +astro 是一个非常好的 \ No newline at end of file diff --git a/src/layouts/mdx.astro b/src/layouts/mdx.astro index 8bb4aef..50fe1ec 100644 --- a/src/layouts/mdx.astro +++ b/src/layouts/mdx.astro @@ -47,7 +47,7 @@ const { title = 'Light Code', description = 'A lightweight code editor', lang =
-
+