Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2b9db20a67
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<el-container class="ai-layout">
|
||||
<!-- 右侧:对话详情 -->
|
||||
<el-container class="detail-container">
|
||||
<el-header class="header">
|
||||
<!-- 隐藏字段 pch add-->
|
||||
|
Loading…
Reference in New Issue
Block a user