Merge branch 'PingChuan' into shiy-temp

# Conflicts:
#	app/components/chat/index.tsx
#	app/routes/chat-with-llm._index.tsx
#	app/styles/components/chat-with-llm/index.css
#	vite.config.ts
This commit is contained in:
2025-06-09 15:05:06 +08:00
80 changed files with 27055 additions and 82030 deletions
+4 -5
View File
@@ -35,12 +35,11 @@ export const meta: MetaFunction = () => {
*/
export default function ChatWithLLMIndex() {
return (
<div className="flex-1 chat-container" style={{
height: 'calc(100vh - 80px)',
// height: '100vh',
<div className="chat-container" style={{
height: '93vh', // 使用视口高度的90%
borderRadius: '0.5rem',
marginTop: '20px',
marginBottom: '-20px'
marginBottom: '-20px',
marginTop: '2vh',
}}>
<Chat />
</div>