From 9a4ee55622a386f1eac0e171a7ab42204c6bcaad Mon Sep 17 00:00:00 2001 From: X1a0Yu1337 <738411428@qq.com> Date: Mon, 2 Mar 2026 15:44:40 +0800 Subject: [PATCH] Create test.json --- src/data/projects/test.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/data/projects/test.json diff --git a/src/data/projects/test.json b/src/data/projects/test.json new file mode 100644 index 0000000..1c5aa30 --- /dev/null +++ b/src/data/projects/test.json @@ -0,0 +1,10 @@ +{ + "name": "TEST Blog", + "avatar": "https://q.qlogo.cn/headimg_dl?dst_uin=1015000721&spec=640&img_type=jpg", + "description": "📝 基于 Astro 构建的个人博客,记录生活与技术", + "url": "https://www.mahiro.work", + "badge": "Blog", + "tags": ["Astro", "Blog", "TypeScript"], + "author": "MhYa123", + "github": "https://github.com/mhya123/Mahiro-Blog" +}