mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
docs/sticker: fix example setup
This commit is contained in:
parent
2914eaf1ca
commit
851dd263c0
1 changed files with 3 additions and 2 deletions
|
@ -15,12 +15,13 @@ put a file that looks like this
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"myPack": "/static/stickers/myPack"
|
"myPack": "/static/stickers/myPack/"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This file is a mapping from name to pack directory location. It says "we have a pack called myPack, look for
|
This file is a mapping from name to pack directory location. It says "we have a pack called myPack, look for
|
||||||
it at `/static/stickers/myPack`". You can add as many packs as you like in this manner.
|
it inside `/static/stickers/myPack`". You can add as many packs as you like in this manner.
|
||||||
|
Note that a single leading and a trailing slash are **required** to work correctly!
|
||||||
|
|
||||||
## Creating the pack
|
## Creating the pack
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue