feat: add vidu video channel

This commit is contained in:
feitianbubu
2025-07-23 10:22:52 +08:00
parent e162b9c169
commit 352da66bd1
6 changed files with 302 additions and 1 deletions

View File

@@ -154,6 +154,11 @@ export const CHANNEL_OPTIONS = [
color: 'blue',
label: '即梦',
},
{
value: 52,
color: 'purple',
label: 'Vidu',
},
];
export const MODEL_TABLE_PAGE_SIZE = 10;