update
This commit is contained in:
@@ -158,7 +158,7 @@ const siteConfig = {
|
||||
favicon: "/favicon.svg",
|
||||
},
|
||||
// ... 其他配置
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
### 评论系统
|
||||
@@ -196,7 +196,7 @@ published: true
|
||||
### Front Matter 字段说明
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
| ------ | ------ | ------ |
|
||||
| ------------- | ------- | --------------------- |
|
||||
| `title` | string | 文章标题 |
|
||||
| `description` | string | 文章描述 |
|
||||
| `date` | string | 发布日期 (YYYY-MM-DD) |
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
本博客采用现代化的技术栈构建:
|
||||
|
||||
| 技术 | 说明 |
|
||||
| ------ | ------ |
|
||||
| ---------------- | --------------- |
|
||||
| **Nuxt 4** | 全栈 Vue 框架 |
|
||||
| **Vue 3** | 前端框架 |
|
||||
| **TypeScript** | 类型安全 |
|
||||
|
||||
@@ -98,7 +98,7 @@ hello()
|
||||
表格示例:
|
||||
|
||||
| 名称 | 描述 |
|
||||
| --- | --- |
|
||||
| ---------- | ------------- |
|
||||
| GithubCard | 渲染仓库信息 |
|
||||
| Warning | 显示警告/提示 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user