From 3029cc0fdf9d1a67d6999bac202b5e39c873dcf5 Mon Sep 17 00:00:00 2001 From: simeng Date: Sun, 21 Sep 2025 06:36:45 -0400 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/notes/demo/README.md | 2 ++ docs/notes/demo/bar.md | 2 ++ docs/notes/demo/foo.md | 2 ++ docs/preview/custom-component.example.md | 2 ++ docs/preview/markdown.md | 2 ++ start.sh | 1 + 6 files changed, 11 insertions(+) create mode 100755 start.sh diff --git a/docs/notes/demo/README.md b/docs/notes/demo/README.md index e7adb9c..edeab61 100644 --- a/docs/notes/demo/README.md +++ b/docs/notes/demo/README.md @@ -1,5 +1,7 @@ --- title: Demo +createTime: 2025/09/21 06:28:36 +permalink: /demo/ --- - [bar](./bar.md) diff --git a/docs/notes/demo/bar.md b/docs/notes/demo/bar.md index 12db121..8c34869 100644 --- a/docs/notes/demo/bar.md +++ b/docs/notes/demo/bar.md @@ -1,5 +1,7 @@ --- title: bar +createTime: 2025/09/21 06:28:36 +permalink: /demo/gm9ay0kl/ --- [foo](./foo.md) diff --git a/docs/notes/demo/foo.md b/docs/notes/demo/foo.md index 5ca76e6..fbdb8c6 100644 --- a/docs/notes/demo/foo.md +++ b/docs/notes/demo/foo.md @@ -1,5 +1,7 @@ --- title: foo +createTime: 2025/09/21 06:28:36 +permalink: /demo/e40hs6ai/ --- [bar](./bar.md) diff --git a/docs/preview/custom-component.example.md b/docs/preview/custom-component.example.md index 2e353d5..371534e 100644 --- a/docs/preview/custom-component.example.md +++ b/docs/preview/custom-component.example.md @@ -3,6 +3,8 @@ title: 自定义组件 tags: - 预览 - 组件 +createTime: 2025/09/21 06:28:36 +permalink: /article/li1l4mjn/ --- diff --git a/docs/preview/markdown.md b/docs/preview/markdown.md index a7f0fc0..b3055a4 100644 --- a/docs/preview/markdown.md +++ b/docs/preview/markdown.md @@ -2,6 +2,8 @@ title: Markdown tags: - markdown +createTime: 2025/09/21 06:28:36 +permalink: /article/d3jyiymj/ --- ## 标题H2 diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..f054f58 --- /dev/null +++ b/start.sh @@ -0,0 +1 @@ +npm run docs:dev -- --host 0.0.0.0 --port 8888