播放游戏时,停止待机任务

This commit is contained in:
2025-02-26 19:45:47 +08:00
parent 8b080a8081
commit 593d7758bf
19 changed files with 422 additions and 275 deletions

52
json.md Normal file
View File

@@ -0,0 +1,52 @@
## 点位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
```