新增ds模型

This commit is contained in:
maojindao55
2025-02-18 16:28:19 +08:00
parent c18f189be8
commit e27c9dd588
4 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,6 @@ export const groups: Group[] = [
id: 'group2',
name: '硅碳生命体交流群',
description: '硅碳生命体交流群',
members: ['ai4', 'ai5', 'ai6']
members: ['ai4', 'ai5', 'ai6', 'ai7']
}
];