FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-08-12 17:03:12 +08:00
parent be9e07cfea
commit aa583e6748
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# 基础环境变量示例
# VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
VITE_API_BASE_URL=http://www.yishi.com
VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
# VITE_API_BASE_URL=http://www.yishi.com
VITE_APP_TITLE=存客宝

View File

@@ -255,7 +255,7 @@ const MessageCard: React.FC<MessageCardProps> = ({
coverImage: url,
})
}
maxSize={5}
maxSize={1}
showPreview={true}
/>
</div>
@@ -305,7 +305,7 @@ const MessageCard: React.FC<MessageCardProps> = ({
});
}}
maxSize={50}
maxCount={5}
maxCount={1}
showPreview={true}
/>
</div>
@@ -322,7 +322,7 @@ const MessageCard: React.FC<MessageCardProps> = ({
});
}}
maxSize={10}
maxCount={10}
maxCount={1}
showPreview={true}
acceptTypes={["excel", "word", "ppt"]}
/>