Merge remote-tracking branch 'origin/master'

This commit is contained in:
XaoLi717 2024-10-10 18:57:42 +08:00
commit 2b9db20a67
3 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ module.exports = defineConfig({
'@unocss'
],
rules: {
"vue/first-attribute-linebreak": "off",
'vue/no-setup-props-destructure': 'off',
'vue/script-setup-uses-vars': 'error',
'vue/no-reserved-component-names': 'off',

View File

@ -246,6 +246,7 @@ const SyncFiles = async () => {
xlsx: 'add_excel',
xls: 'add_excel',
pptx: 'add_ppt',
ppt: 'add_ppt',
pdf: 'add_pdfs',
md: 'add_mds',
txt: 'add_texts',

View File

@ -1,6 +1,5 @@
<template>
<el-container class="ai-layout">
<!-- 右侧对话详情 -->
<el-container class="detail-container">
<el-header class="header">
<!-- 隐藏字段 pch add-->