first commit

This commit is contained in:
toom1996
2025-06-19 14:25:18 +08:00
commit 022e7a68c3
68 changed files with 10858 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
@author: toom<tangmu@butnoice.com>
@date: 2025/06/04 16:57
---
# 项目说明
知识回声官网
```text
/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro // 首页
└── package.json
```