mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-17 02:55:10 +01:00
Update PictureSign wiki
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,3 +25,4 @@ yarn-error.log*
|
|||||||
|
|
||||||
# package lock
|
# package lock
|
||||||
#package-lock.json
|
#package-lock.json
|
||||||
|
.astro/settings.json
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ An example JSON would look like this:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"url": "https://youtu.be/dQw4w9WgXcQ",
|
"url": "https://youtu.be/dQw4w9WgXcQ",
|
||||||
"volume": "100",
|
"volume": "200", // 100 is the default, higher values increase the range, lower values decrease volume
|
||||||
"start_at": "0:18",
|
"start_at": "0:0:18:000", // Format – Hours:Minutes:Seconds:Milliseconds
|
||||||
"end_at": "1:00"
|
"end_at": "0:1:00:000"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user