feat: 支持 instagram 聊天记录导入

This commit is contained in:
digua
2026-01-14 00:35:05 +08:00
parent 176a467779
commit e925c4464f
7 changed files with 375 additions and 7 deletions
@@ -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>
+1
View File
@@ -95,6 +95,7 @@ export const KNOWN_PLATFORMS = {
WECHAT: 'weixin',
DISCORD: 'discord',
WHATSAPP: 'whatsapp',
INSTAGRAM: 'instagram',
UNKNOWN: 'unknown',
} as const