mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-13 09:41:01 +08:00
feat: 支持 instagram 聊天记录导入
This commit is contained in:
@@ -182,7 +182,7 @@ function highlightContent(content: string): string {
|
||||
</p>
|
||||
</div>
|
||||
<p
|
||||
class="whitespace-pre-wrap break-words text-sm text-gray-700 dark:text-gray-200"
|
||||
class="whitespace-pre-wrap break-all text-sm text-gray-700 dark:text-gray-200"
|
||||
v-html="highlightContent(message.content || '')"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,6 +95,7 @@ export const KNOWN_PLATFORMS = {
|
||||
WECHAT: 'weixin',
|
||||
DISCORD: 'discord',
|
||||
WHATSAPP: 'whatsapp',
|
||||
INSTAGRAM: 'instagram',
|
||||
UNKNOWN: 'unknown',
|
||||
} as const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user