52 lines
645 B
Markdown
52 lines
645 B
Markdown
## 点位2(镇水塔)
|
||
### 待机
|
||
|
||
url: `server/wushan/2/wait`
|
||
|
||
```json
|
||
{
|
||
"cron": "* * * *",
|
||
"items": [
|
||
{
|
||
"data": "file://./三峡龙脊BGM.mp3"
|
||
}
|
||
]
|
||
}
|
||
```
|
||
|
||
### Game
|
||
|
||
url: `server/wushan/2/play`
|
||
|
||
```json
|
||
{
|
||
"tts": {
|
||
"start": "刘佳勇者,恭喜你成功通关!",
|
||
"timer": [
|
||
{
|
||
"time": 2,
|
||
"value": "你的荣耀将获得法阵加持,请迅速移步到法阵位置!"
|
||
}
|
||
]
|
||
},
|
||
"game": {
|
||
"video": "file://./镇水塔法阵.mp4"
|
||
}
|
||
}
|
||
```
|
||
|
||
### STOP 待机
|
||
|
||
url: `server/wushan/2/command`
|
||
|
||
```text
|
||
stop-bg
|
||
```
|
||
|
||
### STOP GAME
|
||
|
||
url: `server/wushan/2/command`
|
||
|
||
```text
|
||
stop
|
||
``` |