feat: 完善敲木鱼玩法模板链路
This commit is contained in:
@@ -434,7 +434,15 @@ describe('miniGameDraftGenerationProgress', () => {
|
||||
workDescription: '敲一下,好事发生。',
|
||||
themeTags: ['解压'],
|
||||
hitObjectPrompt: '金色小木鱼',
|
||||
hitSoundPrompt: '清脆木鱼声',
|
||||
hitSoundAsset: {
|
||||
assetId: 'wooden-fish-default-hit-sound',
|
||||
audioSrc: '/wooden-fish/default-hit-sound.mp3',
|
||||
audioObjectKey: 'public/wooden-fish/default-hit-sound.mp3',
|
||||
assetObjectId: 'wooden-fish-default-hit-sound',
|
||||
source: 'bundled-default',
|
||||
prompt: '默认木鱼音',
|
||||
durationMs: 3000,
|
||||
},
|
||||
floatingWords: ['幸运+1', '功德+1'],
|
||||
});
|
||||
|
||||
@@ -447,7 +455,7 @@ describe('miniGameDraftGenerationProgress', () => {
|
||||
{
|
||||
id: 'wooden-fish-hit-sound',
|
||||
label: '音效',
|
||||
value: '清脆木鱼声',
|
||||
value: '默认木鱼音',
|
||||
},
|
||||
{
|
||||
id: 'wooden-fish-words',
|
||||
|
||||
Reference in New Issue
Block a user