export const gBottomSheetHeaderHeight = 17; export const gGroupListPageNumber = 20; export const gVoiceBarHeight = 200; export const gMaxVoiceDuration = 60000; export const gMinVoiceDuration = 1000; export const g_index_alphabet_range = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ#'; export const g_index_alphabet_range_array = g_index_alphabet_range.split(''); export const gReportMessageList: { key: string; value: string }[] = [ { key: 'tag1', value: 'Unwelcome commercial content' }, { key: 'tag2', value: 'Pornographic or explicit content' }, { key: 'tag3', value: 'Child abuse' }, { key: 'tag4', value: 'Hate speech or graphic violence' }, { key: 'tag5', value: 'Promote terrorism' }, { key: 'tag6', value: 'Harassment or bullying' }, { key: 'tag7', value: 'Suicide or self harm' }, { key: 'tag8', value: 'False information' }, { key: 'tag9', value: 'Others' }, ];