Commit 51c0e2c
4 files changed
+5
-3
lines changed- docs/plugins/changelog-to-json/libs.ts+2-1
- docs/plugins/changelog-to-json/types.ts+1-1
- docs/web/api/attachments.md+19
- docs/web/api/chat-action.md-12
- docs/web/api/chat-actionbar.md+12
- docs/web/api/chat-ai.md-63
- docs/web/api/chat-content.md+1-1
- docs/web/api/chat-input.md+1-1
- docs/web/api/chat-item.md+1-1
- docs/web/api/chat-list.md+45
- docs/web/api/chat-loading.md+1-1
- docs/web/api/chat-markdown.md+33
- docs/web/api/chat-message.md+33
- docs/web/api/chat-reasoning.md+1-1
- docs/web/api/chat-sender.md+16-4
- docs/web/api/chat-thinking.md+22
- docs/web/api/chat.md-37
- docs/web/api/chatbot.md+31
- js/components.ts+13-10
- js/date-picker/format.ts+52-5
- js/global-config/locale/ar_KW.ts+1
- js/global-config/locale/en_US.ts+2
- js/global-config/locale/it_IT.ts+2
- js/global-config/locale/ja_JP.ts+2
- js/global-config/locale/ko_KR.ts+3-1
- js/global-config/locale/ru_RU.ts+2
- js/global-config/locale/zh_CN.ts+2
- js/global-config/locale/zh_TW.ts+1
- js/tree-v1/tree-node-model.ts+1
- js/upload/main.ts+5-2
- js/upload/types.ts+2
- js/upload/xhr.ts+8-1
- style/mobile/_variables.less+31
- style/mobile/components/action-sheet/_index.less+2-1
- style/mobile/components/back-top/_var.less+1-1
- style/mobile/components/calendar/_index.less+1
- style/mobile/components/cascader/_var.less+5-12
- style/mobile/components/dialog/_index.less+3-3
- style/mobile/components/dialog/_var.less+2
- style/mobile/components/divider/_index.less+2-2
- style/mobile/components/divider/_var.less+1
- style/mobile/components/drawer/_index.less+1
- style/mobile/components/dropdown-menu/_index.less+4
- style/mobile/components/grid-item/_index.less+10-6
- style/mobile/components/grid-item/_var.less+14-38
- style/mobile/components/input/_index.less+6-2
- style/mobile/components/input/_var.less+2
- style/mobile/components/loading/_index.less+1-1
- style/mobile/components/navbar/_index.less+1-1
- style/mobile/components/picker/_index.less+1-1
- style/mobile/components/picker/_var.less+2
- style/mobile/components/popover/_mixin.less+12
- style/mobile/components/popover/_var.less+1
- style/mobile/components/slider/_index.less+13-3
- style/mobile/components/slider/_var.less+5-3
- style/mobile/components/swiper-nav/_index.less+12-12
- style/mobile/components/swiper-nav/_var.less+3-1
- style/mobile/components/tree-select/_index.less+1
- style/mobile/components/tree-select/_var.less+4-4
- style/mobile/theme/_components.less+5
- style/mobile/theme/_font.less+44
- style/web/components/chat/_index.less+127-48
- style/web/components/chat/_var.less+1-1
- style/web/components/descriptions/_index.less+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments