添加睡觉场景
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m51s

This commit is contained in:
Song367 2025-08-08 13:02:11 +08:00
parent 22d99e2178
commit 9cfe6cc5b1

View File

@ -150,6 +150,13 @@ const scenes = [
interactionVideo: 'hc-sh-3(1).mp4', interactionVideo: 'hc-sh-3(1).mp4',
tag: 'tea', tag: 'tea',
apiKey: 'bot-20250804180724-4dgtk' // 喝茶场景的API key apiKey: 'bot-20250804180724-4dgtk' // 喝茶场景的API key
},
{
name: '睡觉',
defaultVideo: '8-8-sj-bd.mp4',
interactionVideo: '8-8-sj-sh.mp4',
tag: 'sleep',
apiKey: 'bot-20250808120704-lbxwj' // 睡觉场景的API key
} }
]; ];