feat: add sora video submit task

This commit is contained in:
feitianbubu
2025-10-08 22:53:02 +08:00
parent e24f13a277
commit 9f4a2d64a3
10 changed files with 354 additions and 3 deletions

View File

@@ -169,6 +169,11 @@ export const CHANNEL_OPTIONS = [
color: 'blue',
label: '豆包视频',
},
{
value: 55,
color: 'green',
label: 'Sora',
},
];
export const MODEL_TABLE_PAGE_SIZE = 10;