From 6b5fd9819f606fb48f36e4ce651847da26c11bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E6=B3=AF=E5=B8=8C?= Date: Sun, 20 Apr 2025 23:58:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E6=9B=B4=E6=96=B0=E5=8D=B3?= =?UTF-8?q?=E5=88=BB=E7=9F=AD=E6=96=87=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 叶泯希 --- docs/feature/jike.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/feature/jike.md b/docs/feature/jike.md index 3d01d3e..6bfddf1 100644 --- a/docs/feature/jike.md +++ b/docs/feature/jike.md @@ -21,9 +21,8 @@ description: 添加即刻短文页面 rightend: "" --- ``` -3. 在 source 文件夹下添加 \_data 文件夹并建立名为 essay.yaml 的文件,下方内容为模版,根据要求进行添加。 +3. 在 source 文件夹下添加 \_data 文件夹并建立名为 brevity.yaml 的文件,下方内容为模版,根据要求进行添加。 ```yaml - essay_list: - content: 视频播放测试! date: 2023-10-31 15:32 video: @@ -45,8 +44,8 @@ description: 添加即刻短文页面 | 参数 | 释义 | | ---------------- | ------------------------------------------------------------------------------------ | | `content` | 文字内容 | -| `date` | 发布日期,格式建议为 2022/10/26 08:00:00 | -| `image` | 图片链接, 可填写多张图片,alt为图片描述 | +| `date` | 发布日期,格式建议为 2022-10-26 08:00:00 | +| `image` | 图片链接, 可填写多张图片,url 为图片地址,alt 为图片描述 | | `link` | 左下角链接按钮,填写 URL | | `aplayer.server` | 音乐播放器的服务商,可选 netease / tencent | | `aplayer.id` | 单曲 id,例如:`https://music.163.com/#/song?id=571340283`,`song?id=` 后的数字即 id |