Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangze-Li committed Oct 28, 2024
1 parent d3275dc commit 8ca5c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/advanced/edit_deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,19 +663,19 @@ YAML 牌堆中的表示正好相反:

:::

假如牌堆文件内容如下(使用相对路径 `./asstes/...` ):
假如牌堆文件内容如下(使用相对路径 `./assets/...` ):

```json
{
"test":["[图:./asstes/1.jpg]"]
"test":["[图:./assets/1.jpg]"]
}
```

则牌堆文件所在文件夹结构应是:

```text
.
├─asstes
├─assets
│ └─1.jpg
└─ test.json
```
Expand Down

0 comments on commit 8ca5c9e

Please sign in to comment.