Support ultrawide layout with equal columns and taiji branding.

Use 50/50 mode workspace columns, widen content to 1920px on fish screens, replace header logo with taiji icon, and add full-page taiji backdrop.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-10 23:50:19 +08:00
parent f22e3f4d16
commit 04c77dbf77
18 changed files with 120 additions and 31 deletions
+3 -2
View File
@@ -2,6 +2,7 @@ import React, { useEffect, useRef, useState } from "react";
import { RotateCw } from "lucide-react";
import Markdown from "react-markdown";
import { Button } from "@/components/ui/button";
import { TaijiIcon } from "@/components/svg/taiji";
import { cn } from "@/lib/utils";
function ResultAI({
@@ -85,8 +86,8 @@ function ResultAI({
<p className="text-sm text-muted-foreground"> AI ...</p>
) : (
<div className="flex h-full min-h-[200px] flex-col items-center justify-center text-center text-muted-foreground">
<p className="text-4xl opacity-20"></p>
<p className="mt-3 max-w-[200px] text-sm leading-relaxed">
<TaijiIcon className="h-16 w-16 opacity-25" />
<p className="mt-3 max-w-[220px] text-sm leading-relaxed">
{emptyHint}
</p>
</div>