temp:临时备份,完成一半知识库管理模块

This commit is contained in:
PingChuan
2025-12-01 12:33:53 +08:00
parent 754ec2c7b5
commit 0c1b81cfb2
25 changed files with 3564 additions and 560 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export const meta: MetaFunction = () => {
export default function ChatWithLLMIndex() {
return (
<div className="chat-container" style={{
height: '93vh', // 使用视口高度的90%
height: '90vh', // 使用视口高度的90%
borderRadius: '0.5rem',
marginBottom: '-20px',
marginTop: '2vh',