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

This commit is contained in:
宋居成 2025-08-08 12:27:23 +08:00
parent 85a92ac0d3
commit 4e256170b0
3 changed files with 7 additions and 0 deletions

View File

@ -140,6 +140,13 @@ const scenes = [
interactionVideo: '8-5-hc-sh-female.mp4', interactionVideo: '8-5-hc-sh-female.mp4',
tag: 'tea', tag: 'tea',
apiKey: 'bot-20250805140055-ccdr6' // 喝茶场景的API key apiKey: 'bot-20250805140055-ccdr6' // 喝茶场景的API key
},
{
name: '睡觉',
defaultVideo: '8-8-sj-bd.mp4',
interactionVideo: '8-8-sj-sh.mp4',
tag: 'sleep',
apiKey: 'bot-20250808120020-jfkmk' // 吃饭场景的API key
} }
]; ];

BIN
videos/8-8-sj-bd.mp4 Normal file

Binary file not shown.

BIN
videos/8-8-sj-sh.mp4 Normal file

Binary file not shown.