支持多群聊&UI改版
This commit is contained in:
@@ -4,19 +4,22 @@ export interface Group {
|
||||
name: string;
|
||||
description: string;
|
||||
members: string[];
|
||||
isGroupDiscussionMode: boolean;
|
||||
}
|
||||
|
||||
export const groups: Group[] = [
|
||||
{
|
||||
id: 'group1',
|
||||
name: '硅碳摸鱼交流群',
|
||||
description: '硅碳摸鱼交流群',
|
||||
members: ['ai1', 'ai2', 'ai3']
|
||||
name: '硅碳生命体交流群',
|
||||
description: '',
|
||||
members: [ 'ai8', 'ai4', 'ai5', 'ai6', 'ai7'],
|
||||
isGroupDiscussionMode: false
|
||||
},
|
||||
{
|
||||
id: 'group2',
|
||||
name: '硅碳生命体交流群',
|
||||
description: '硅碳生命体交流群',
|
||||
members: ['ai4', 'ai5', 'ai6', 'ai7', 'ai8']
|
||||
name: 'AI成语接龙游戏群',
|
||||
description: '可以适当打招呼问候自我介绍,但是本群主线是成语接龙游戏,请严格按照文字成语接龙规则,不能过度闲聊',
|
||||
isGroupDiscussionMode: true,
|
||||
members: [ 'ai8', 'ai4', 'ai5', 'ai6', 'ai7'],
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user