Initial Commit

This commit is contained in:
Rajuahamedkst 2025-09-12 16:08:17 +08:00
commit 1d71a02738
237 changed files with 64293 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"navigationBarTitleText": "聊天",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"disableScroll": false,
"usingComponents": {
"media-preview": "../../../components/media-preview/media-preview",
"message-action-menu": "../../../components/message-action-menu/message-action-menu",
"mention-selector": "../../../components/mention-selector/mention-selector",
"voice-message": "../../../components/voice-message/voice-message",
"voice-recorder": "../../../components/voice-recorder/voice-recorder"
}
}