fix: fix SparkDesk model name

This commit is contained in:
JustSong
2024-02-18 17:11:16 +08:00
parent f598b9df87
commit 6cf5ce9a7a
3 changed files with 10 additions and 10 deletions

View File

@@ -84,9 +84,9 @@ const EditChannel = () => {
case 18:
localModels = [
'SparkDesk',
'SparkDesk-v1.5',
'SparkDesk-v2.0',
'SparkDesk-v3.0',
'SparkDesk-v1.1',
'SparkDesk-v2.1',
'SparkDesk-v3.1',
'SparkDesk-v3.5'
];
break;