fix: access control, voices options

This commit is contained in:
jialin
2025-11-11 15:47:32 +08:00
parent ee5c30934b
commit 84187eedc4
19 changed files with 196 additions and 59 deletions
+14 -1
View File
@@ -86,7 +86,8 @@ export const gpuColorMap: Record<string, string> = {
dtk: 'magenta',
musa: 'cyan',
corex: 'purple',
maca: 'geekblue'
maca: 'geekblue',
neuware: 'gold'
};
export const getGpuColor = (gpuType: string) => {
@@ -146,10 +147,22 @@ export const frameworks = [
label: 'DTK',
value: 'dtk'
},
{
label: 'MACA',
value: 'maca'
},
{
label: 'CoreX',
value: 'corex'
},
{
label: 'MUSA',
value: 'musa'
},
{
label: 'Neuware',
value: 'neuware'
},
{
label: 'CPU',
value: 'cpu'