This commit is contained in:
2025-02-27 13:53:15 +08:00
parent 6e4bf4a2c0
commit b36e67f826
6 changed files with 44 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ url: `server/wushan/2/wait`
"cron": "* * * *",
"items": [
{
"data": "file:///opt/game/三峡龙脊BGM.mp3"
"data": "file://./三峡龙脊BGM.mp3"
}
]
}
@@ -30,7 +30,7 @@ url: `server/wushan/2/play`
]
},
"game": {
"video": "file:///opt/game/镇水塔法阵.mp4"
"video": "file://./镇水塔法阵.mp4"
}
}
```