Skip to content

fix: 更新即刻短文教程 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/feature/jike.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 |
Expand Down