Skip to content

Commit 6f24a02

Browse files
committed
refactor: 上传附件tooltip展示大写后缀以、分割
1 parent 6a24d2e commit 6f24a02

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/ai-chat/component/chat-input-operate

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
props.applicationDetails.file_upload_setting.maxFiles
9090
}}个,每个文件限制
9191
{{ props.applicationDetails.file_upload_setting.fileLimit }}MB<br />文件类型:{{
92-
getAcceptList()
92+
getAcceptList().replace(/\./g, '').replace(/,/g, '、').toUpperCase()
9393
}}</template
9494
>
9595
<el-button text>

0 commit comments

Comments
 (0)