add submodel.ai

This commit is contained in:
DD
2025-09-08 16:21:21 +08:00
parent d95d260555
commit cfbc2df3f8
10 changed files with 129 additions and 0 deletions

View File

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