Skip to content

Commit 704babd

Browse files
authored
add appConfig.json
1 parent 7cfe545 commit 704babd

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

chat/demo/assets/appConfig.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"theme": {
3+
"mode": "light",
4+
"primaryColor": "#1C66E5"
5+
},
6+
"messageList": {
7+
"alignment": "two-sided",
8+
"enableReadReceipt": false,
9+
"messageActionList": [
10+
"copy",
11+
"recall",
12+
"quote",
13+
"forward",
14+
"delete"
15+
]
16+
},
17+
"conversationList": {
18+
"enableCreateConversation": true,
19+
"conversationActionList": [
20+
"delete",
21+
"mute",
22+
"pin",
23+
"markUnread",
24+
"clearHistory"
25+
]
26+
},
27+
"messageInput": {
28+
"hideSendButton": false,
29+
"attachmentPickerMode": "collapsed"
30+
},
31+
"search": {
32+
"hideSearch": false
33+
},
34+
"avatar": {
35+
"shape": "circular"
36+
}
37+
}

0 commit comments

Comments
 (0)