@lobehub/chat 1.124.3 → 1.125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/changelog/v1.json +18 -0
  3. package/locales/ar/editor.json +7 -0
  4. package/locales/bg-BG/editor.json +7 -0
  5. package/locales/de-DE/editor.json +7 -0
  6. package/locales/en-US/editor.json +7 -0
  7. package/locales/es-ES/editor.json +7 -0
  8. package/locales/fa-IR/editor.json +7 -0
  9. package/locales/fr-FR/editor.json +7 -0
  10. package/locales/it-IT/editor.json +7 -0
  11. package/locales/ja-JP/editor.json +7 -0
  12. package/locales/ko-KR/editor.json +7 -0
  13. package/locales/nl-NL/editor.json +7 -0
  14. package/locales/pl-PL/editor.json +7 -0
  15. package/locales/pt-BR/editor.json +7 -0
  16. package/locales/ru-RU/editor.json +7 -0
  17. package/locales/tr-TR/editor.json +7 -0
  18. package/locales/vi-VN/editor.json +7 -0
  19. package/locales/zh-CN/editor.json +7 -0
  20. package/locales/zh-TW/editor.json +7 -0
  21. package/package.json +2 -2
  22. package/packages/model-bank/src/aiModels/qwen.ts +4 -0
  23. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/Desktop/ClassicChat.tsx +153 -0
  24. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/Desktop/GroupChat.tsx +153 -0
  25. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/Desktop/index.tsx +3 -145
  26. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/ActionBar.tsx +30 -0
  27. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/Files/index.tsx +32 -0
  28. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/InputArea/Container.tsx +41 -0
  29. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/InputArea/index.tsx +156 -0
  30. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/Send.tsx +33 -0
  31. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/index.tsx +89 -0
  32. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/V1Mobile/useSend.ts +102 -0
  33. package/src/app/[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/index.tsx +1 -1
  34. package/src/app/[variants]/(main)/settings/_layout/Mobile/Header.tsx +4 -0
  35. package/src/features/ChatInput/ActionBar/SaveTopic/index.tsx +4 -1
  36. package/src/features/ChatInput/InputEditor/index.tsx +20 -5
  37. package/src/features/ChatInput/TypoBar/index.tsx +17 -0
  38. package/src/locales/default/editor.ts +7 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,56 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [Version 1.125.0](https://github.com/lobehub/lobe-chat/compare/v1.124.4...v1.125.0)
6
+
7
+ <sup>Released on **2025-09-08**</sup>
8
+
9
+ #### ✨ Features
10
+
11
+ - **misc**: Add Math and TaskList to Editor.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's improved
19
+
20
+ - **misc**: Add Math and TaskList to Editor, closes [#9165](https://github.com/lobehub/lobe-chat/issues/9165) ([9e0621f](https://github.com/lobehub/lobe-chat/commit/9e0621f))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
30
+ ### [Version 1.124.4](https://github.com/lobehub/lobe-chat/compare/v1.124.3...v1.124.4)
31
+
32
+ <sup>Released on **2025-09-06**</sup>
33
+
34
+ #### 🐛 Bug Fixes
35
+
36
+ - **misc**: Revert V1 Mobile.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### What's fixed
44
+
45
+ - **misc**: Revert V1 Mobile, closes [#9143](https://github.com/lobehub/lobe-chat/issues/9143) ([b385602](https://github.com/lobehub/lobe-chat/commit/b385602))
46
+
47
+ </details>
48
+
49
+ <div align="right">
50
+
51
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52
+
53
+ </div>
54
+
5
55
  ### [Version 1.124.3](https://github.com/lobehub/lobe-chat/compare/v1.124.2...v1.124.3)
6
56
 
7
57
  <sup>Released on **2025-09-06**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "features": [
5
+ "Add Math and TaskList to Editor."
6
+ ]
7
+ },
8
+ "date": "2025-09-08",
9
+ "version": "1.125.0"
10
+ },
11
+ {
12
+ "children": {
13
+ "fixes": [
14
+ "Revert V1 Mobile."
15
+ ]
16
+ },
17
+ "date": "2025-09-06",
18
+ "version": "1.124.4"
19
+ },
2
20
  {
3
21
  "children": {
4
22
  "improvements": [
@@ -9,6 +9,8 @@
9
9
  "on": "إظهار شريط أدوات التنسيق"
10
10
  }
11
11
  },
12
+ "cancel": "إلغاء",
13
+ "confirm": "تأكيد",
12
14
  "file": {
13
15
  "error": "خطأ: {{message}}",
14
16
  "uploading": "جاري رفع الملف..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "أدخل عنوان URL للرابط",
23
25
  "unlink": "إزالة الرابط"
24
26
  },
27
+ "math": {
28
+ "placeholder": "يرجى إدخال معادلة TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "حذف الجدول",
27
32
  "deleteColumn": "حذف العمود",
@@ -42,6 +47,8 @@
42
47
  "numberList": "قائمة مرقمة",
43
48
  "strikethrough": "شطب",
44
49
  "table": "إدراج جدول",
50
+ "taskList": "قائمة المهام",
51
+ "tex": "معادلة TeX",
45
52
  "underline": "تسطير"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Покажи лентата за форматиране"
10
10
  }
11
11
  },
12
+ "cancel": "Отказ",
13
+ "confirm": "Потвърждение",
12
14
  "file": {
13
15
  "error": "Грешка: {{message}}",
14
16
  "uploading": "Качване на файл..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Въведете URL адрес на връзката",
23
25
  "unlink": "Премахни връзката"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Моля, въведете TeX формула"
29
+ },
25
30
  "table": {
26
31
  "delete": "Премахни таблицата",
27
32
  "deleteColumn": "Премахни колоната",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Номериран списък",
43
48
  "strikethrough": "Зачеркване",
44
49
  "table": "Вмъкване на таблица",
50
+ "taskList": "Списък със задачи",
51
+ "tex": "TeX формула",
45
52
  "underline": "Подчертаване"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Formatierungsleiste anzeigen"
10
10
  }
11
11
  },
12
+ "cancel": "Abbrechen",
13
+ "confirm": "Bestätigen",
12
14
  "file": {
13
15
  "error": "Fehler: {{message}}",
14
16
  "uploading": "Datei wird hochgeladen..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Link-URL eingeben",
23
25
  "unlink": "Link entfernen"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Bitte TeX-Formel eingeben"
29
+ },
25
30
  "table": {
26
31
  "delete": "Tabelle löschen",
27
32
  "deleteColumn": "Spalte löschen",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Nummerierte Liste",
43
48
  "strikethrough": "Durchgestrichen",
44
49
  "table": "Tabelle einfügen",
50
+ "taskList": "Aufgabenliste",
51
+ "tex": "TeX-Formel",
45
52
  "underline": "Unterstrichen"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Show formatting toolbar"
10
10
  }
11
11
  },
12
+ "cancel": "Cancel",
13
+ "confirm": "Confirm",
12
14
  "file": {
13
15
  "error": "Error: {{message}}",
14
16
  "uploading": "Uploading file..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Enter link URL",
23
25
  "unlink": "Unlink"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Please enter a TeX formula"
29
+ },
25
30
  "table": {
26
31
  "delete": "Delete table",
27
32
  "deleteColumn": "Delete column",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Numbered list",
43
48
  "strikethrough": "Strikethrough",
44
49
  "table": "Insert table",
50
+ "taskList": "Task List",
51
+ "tex": "TeX Formula",
45
52
  "underline": "Underline"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Mostrar barra de herramientas de formato"
10
10
  }
11
11
  },
12
+ "cancel": "Cancelar",
13
+ "confirm": "Confirmar",
12
14
  "file": {
13
15
  "error": "Error: {{message}}",
14
16
  "uploading": "Subiendo archivo..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Introduce la URL del enlace",
23
25
  "unlink": "Quitar enlace"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Por favor, introduzca la fórmula TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Eliminar tabla",
27
32
  "deleteColumn": "Eliminar columna",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Lista ordenada",
43
48
  "strikethrough": "Tachado",
44
49
  "table": "Insertar tabla",
50
+ "taskList": "Lista de tareas",
51
+ "tex": "Fórmula TeX",
45
52
  "underline": "Subrayado"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "نمایش نوار ابزار قالب‌بندی"
10
10
  }
11
11
  },
12
+ "cancel": "لغو",
13
+ "confirm": "تأیید",
12
14
  "file": {
13
15
  "error": "خطا: {{message}}",
14
16
  "uploading": "در حال بارگذاری فایل..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "آدرس URL پیوند را وارد کنید",
23
25
  "unlink": "حذف پیوند"
24
26
  },
27
+ "math": {
28
+ "placeholder": "لطفاً فرمول TeX را وارد کنید"
29
+ },
25
30
  "table": {
26
31
  "delete": "حذف جدول",
27
32
  "deleteColumn": "حذف ستون",
@@ -42,6 +47,8 @@
42
47
  "numberList": "فهرست شماره‌دار",
43
48
  "strikethrough": "خط خورده",
44
49
  "table": "درج جدول",
50
+ "taskList": "فهرست وظایف",
51
+ "tex": "فرمول TeX",
45
52
  "underline": "زیرخط"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Afficher la barre d'outils de formatage"
10
10
  }
11
11
  },
12
+ "cancel": "Annuler",
13
+ "confirm": "Confirmer",
12
14
  "file": {
13
15
  "error": "Erreur : {{message}}",
14
16
  "uploading": "Téléversement du fichier en cours..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Entrez l'URL du lien",
23
25
  "unlink": "Supprimer le lien"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Veuillez saisir une formule TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Supprimer le tableau",
27
32
  "deleteColumn": "Supprimer la colonne",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Liste numérotée",
43
48
  "strikethrough": "Barré",
44
49
  "table": "Insérer un tableau",
50
+ "taskList": "Liste des tâches",
51
+ "tex": "Formule TeX",
45
52
  "underline": "Souligné"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Mostra barra degli strumenti di formattazione"
10
10
  }
11
11
  },
12
+ "cancel": "Annulla",
13
+ "confirm": "Conferma",
12
14
  "file": {
13
15
  "error": "Errore: {{message}}",
14
16
  "uploading": "Caricamento file in corso..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Inserisci URL del link",
23
25
  "unlink": "Rimuovi link"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Inserisci la formula TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Elimina tabella",
27
32
  "deleteColumn": "Elimina colonna",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Elenco numerato",
43
48
  "strikethrough": "Testo barrato",
44
49
  "table": "Inserisci tabella",
50
+ "taskList": "Elenco attività",
51
+ "tex": "Formula TeX",
45
52
  "underline": "Sottolineato"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "書式ツールバーを表示"
10
10
  }
11
11
  },
12
+ "cancel": "キャンセル",
13
+ "confirm": "確認",
12
14
  "file": {
13
15
  "error": "エラー:{{message}}",
14
16
  "uploading": "ファイルをアップロードしています..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "リンクの URL を入力",
23
25
  "unlink": "リンクを解除"
24
26
  },
27
+ "math": {
28
+ "placeholder": "TeX 公式を入力してください"
29
+ },
25
30
  "table": {
26
31
  "delete": "表を削除",
27
32
  "deleteColumn": "列を削除",
@@ -42,6 +47,8 @@
42
47
  "numberList": "番号付きリスト",
43
48
  "strikethrough": "取り消し線",
44
49
  "table": "表を挿入",
50
+ "taskList": "タスクリスト",
51
+ "tex": "TeX 公式",
45
52
  "underline": "下線"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "서식 도구 모음 표시"
10
10
  }
11
11
  },
12
+ "cancel": "취소",
13
+ "confirm": "확인",
12
14
  "file": {
13
15
  "error": "오류: {{message}}",
14
16
  "uploading": "파일 업로드 중..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "링크 URL 입력",
23
25
  "unlink": "링크 제거"
24
26
  },
27
+ "math": {
28
+ "placeholder": "TeX 수식을 입력하세요"
29
+ },
25
30
  "table": {
26
31
  "delete": "테이블 삭제",
27
32
  "deleteColumn": "열 삭제",
@@ -42,6 +47,8 @@
42
47
  "numberList": "번호 매긴 목록",
43
48
  "strikethrough": "취소선",
44
49
  "table": "표 삽입",
50
+ "taskList": "작업 목록",
51
+ "tex": "TeX 수식",
45
52
  "underline": "밑줄"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Toon opmaakwerkbalk"
10
10
  }
11
11
  },
12
+ "cancel": "Annuleren",
13
+ "confirm": "Bevestigen",
12
14
  "file": {
13
15
  "error": "Fout: {{message}}",
14
16
  "uploading": "Bestand wordt geüpload..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Voer de URL van de link in",
23
25
  "unlink": "Link verwijderen"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Voer TeX-formule in"
29
+ },
25
30
  "table": {
26
31
  "delete": "Tabel verwijderen",
27
32
  "deleteColumn": "Kolom verwijderen",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Genummerde lijst",
43
48
  "strikethrough": "Doorhalen",
44
49
  "table": "Tabel invoegen",
50
+ "taskList": "Takenlijst",
51
+ "tex": "TeX-formule",
45
52
  "underline": "Onderstrepen"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Pokaż pasek narzędzi formatowania"
10
10
  }
11
11
  },
12
+ "cancel": "Anuluj",
13
+ "confirm": "Potwierdź",
12
14
  "file": {
13
15
  "error": "Błąd: {{message}}",
14
16
  "uploading": "Przesyłanie pliku..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Wpisz adres URL linku",
23
25
  "unlink": "Usuń link"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Wprowadź formułę TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Usuń tabelę",
27
32
  "deleteColumn": "Usuń kolumnę",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Lista numerowana",
43
48
  "strikethrough": "Przekreślenie",
44
49
  "table": "Wstaw tabelę",
50
+ "taskList": "Lista zadań",
51
+ "tex": "Formuła TeX",
45
52
  "underline": "Podkreślenie"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Mostrar barra de formatação"
10
10
  }
11
11
  },
12
+ "cancel": "Cancelar",
13
+ "confirm": "Confirmar",
12
14
  "file": {
13
15
  "error": "Erro: {{message}}",
14
16
  "uploading": "Enviando arquivo..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Digite a URL do link",
23
25
  "unlink": "Remover link"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Por favor, insira a fórmula TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Excluir tabela",
27
32
  "deleteColumn": "Excluir coluna",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Lista numerada",
43
48
  "strikethrough": "Tachado",
44
49
  "table": "Inserir tabela",
50
+ "taskList": "Lista de Tarefas",
51
+ "tex": "Fórmula TeX",
45
52
  "underline": "Sublinhado"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Показать панель форматирования"
10
10
  }
11
11
  },
12
+ "cancel": "Отмена",
13
+ "confirm": "Подтвердить",
12
14
  "file": {
13
15
  "error": "Ошибка: {{message}}",
14
16
  "uploading": "Загрузка файла..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Введите URL ссылки",
23
25
  "unlink": "Удалить ссылку"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Введите формулу TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Удалить таблицу",
27
32
  "deleteColumn": "Удалить столбец",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Нумерованный список",
43
48
  "strikethrough": "Зачёркнутый",
44
49
  "table": "Вставить таблицу",
50
+ "taskList": "Список задач",
51
+ "tex": "Формула TeX",
45
52
  "underline": "Подчёркнутый"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Biçim araç çubuğunu göster"
10
10
  }
11
11
  },
12
+ "cancel": "İptal",
13
+ "confirm": "Onayla",
12
14
  "file": {
13
15
  "error": "Hata: {{message}}",
14
16
  "uploading": "Dosya yükleniyor..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Bağlantı URL'si girin",
23
25
  "unlink": "Bağlantıyı kaldır"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Lütfen TeX formülünü girin"
29
+ },
25
30
  "table": {
26
31
  "delete": "Tabloyu sil",
27
32
  "deleteColumn": "Sütunu sil",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Numaralı liste",
43
48
  "strikethrough": "Üstü çizili",
44
49
  "table": "Tablo ekle",
50
+ "taskList": "Görev Listesi",
51
+ "tex": "TeX Formülü",
45
52
  "underline": "Altı çizili"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "Hiển thị thanh công cụ định dạng"
10
10
  }
11
11
  },
12
+ "cancel": "Hủy",
13
+ "confirm": "Xác nhận",
12
14
  "file": {
13
15
  "error": "Lỗi: {{message}}",
14
16
  "uploading": "Đang tải tệp lên..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "Nhập URL liên kết",
23
25
  "unlink": "Gỡ liên kết"
24
26
  },
27
+ "math": {
28
+ "placeholder": "Vui lòng nhập công thức TeX"
29
+ },
25
30
  "table": {
26
31
  "delete": "Xóa bảng",
27
32
  "deleteColumn": "Xóa cột",
@@ -42,6 +47,8 @@
42
47
  "numberList": "Danh sách có thứ tự",
43
48
  "strikethrough": "Gạch ngang",
44
49
  "table": "Chèn bảng",
50
+ "taskList": "Danh sách công việc",
51
+ "tex": "Công thức TeX",
45
52
  "underline": "Gạch chân"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "显示格式工具栏"
10
10
  }
11
11
  },
12
+ "cancel": "取消",
13
+ "confirm": "确认",
12
14
  "file": {
13
15
  "error": "错误:{{message}}",
14
16
  "uploading": "正在上传文件..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "输入链接 URL",
23
25
  "unlink": "取消链接"
24
26
  },
27
+ "math": {
28
+ "placeholder": "请输入 TeX 公式"
29
+ },
25
30
  "table": {
26
31
  "delete": "删除表格",
27
32
  "deleteColumn": "删除列",
@@ -42,6 +47,8 @@
42
47
  "numberList": "有序列表",
43
48
  "strikethrough": "删除线",
44
49
  "table": "插入表格",
50
+ "taskList": "任务列表",
51
+ "tex": "TeX 公式",
45
52
  "underline": "下划线"
46
53
  }
47
54
  }
@@ -9,6 +9,8 @@
9
9
  "on": "顯示格式工具列"
10
10
  }
11
11
  },
12
+ "cancel": "取消",
13
+ "confirm": "確認",
12
14
  "file": {
13
15
  "error": "錯誤:{{message}}",
14
16
  "uploading": "正在上傳檔案..."
@@ -22,6 +24,9 @@
22
24
  "placeholder": "輸入連結 URL",
23
25
  "unlink": "取消連結"
24
26
  },
27
+ "math": {
28
+ "placeholder": "請輸入 TeX 公式"
29
+ },
25
30
  "table": {
26
31
  "delete": "刪除表格",
27
32
  "deleteColumn": "刪除列",
@@ -42,6 +47,8 @@
42
47
  "numberList": "有序清單",
43
48
  "strikethrough": "刪除線",
44
49
  "table": "插入表格",
50
+ "taskList": "任務列表",
51
+ "tex": "TeX 公式",
45
52
  "underline": "底線"
46
53
  }
47
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.124.3",
3
+ "version": "1.125.0",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -155,7 +155,7 @@
155
155
  "@lobehub/charts": "^2.0.0",
156
156
  "@lobehub/chat-plugin-sdk": "^1.32.4",
157
157
  "@lobehub/chat-plugins-gateway": "^1.9.0",
158
- "@lobehub/editor": "^1.4.4",
158
+ "@lobehub/editor": "^1.5.4",
159
159
  "@lobehub/icons": "^2.31.0",
160
160
  "@lobehub/market-sdk": "^0.22.7",
161
161
  "@lobehub/tts": "^2.0.1",
@@ -604,6 +604,7 @@ const qwenChatModels: AIChatModelCard[] = [
604
604
  {
605
605
  abilities: {
606
606
  functionCall: true,
607
+ search: true,
607
608
  },
608
609
  config: {
609
610
  deploymentName: 'qwen3-max-preview',
@@ -661,6 +662,9 @@ const qwenChatModels: AIChatModelCard[] = [
661
662
  ],
662
663
  },
663
664
  releasedAt: '2025-09-05',
665
+ settings: {
666
+ searchImpl: 'params',
667
+ },
664
668
  type: 'chat',
665
669
  },
666
670
  {