This commit is contained in:
2026-01-25 16:16:01 +08:00
parent 0c093cbe80
commit 4a614b75d6
5 changed files with 185 additions and 75 deletions

View File

@@ -80,6 +80,7 @@
- [Vercel](https://vercel.com) - 部署平台
- [Cloudflare](https://cloudflare.com) - CDN 服务 / 部署平台
- [Tencent EdgeOne](https://edgeone.ai) - CDN 服务 / 部署平台
- [Aliyun ESA](https://www.aliyun.com/product/esa) - CDN 服务 / 部署平台
- [Twikoo](https://twikoo.js.org) - 评论系统
- [Alpine-Starter](https://github.com/nuxt-themes/alpine-starter) - 主题模板
- [Clarity](https://github.com/L33Z22L11/blog-v3) - 博客部分灵感来源

View File

@@ -31,7 +31,7 @@ categories: ["Development"]
下面使用新增的 `GithubCard` 组件来渲染一个公开仓库的信息(服务器端获取 GitHub API
<!-- <GithubCard repo="RhenCloud/Cloud-Home" /> -->
<GithubCard repo="RhenCloud/Cloud-Home" />
你也可以把它嵌入到任意文章中:`<GithubCard repo="owner/repo" />`
@@ -63,11 +63,7 @@ categories: ["Development"]
## 代码块与文件名
支持带文件名的代码块
```bash [install.sh]
echo "示例安装脚本"
```
支持带文件名的代码块
以及高亮语言:
@@ -101,7 +97,3 @@ hello()
| ---------- | ------------- |
| GithubCard | 渲染仓库信息 |
| Warning | 显示警告/提示 |
## 结语
这篇示例文章覆盖了组件嵌入GithubCard、Warning、Alert、命名槽与默认槽、代码块、图片、列表与表格。若需我把这篇文章在本地 dev 环境中打开并截图验证渲染,请告诉我运行命令(`pnpm dev` / `npm run dev` / `yarn dev`)。