From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/base/chat/chat/answer/__mocks__/markdownContentSVG.ts | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/base/chat/chat/answer/__mocks__/markdownContentSVG.ts b/app/components/base/chat/chat/answer/__mocks__/markdownContentSVG.ts index bcc3ae6..67029cd 100644 --- a/app/components/base/chat/chat/answer/__mocks__/markdownContentSVG.ts +++ b/app/components/base/chat/chat/answer/__mocks__/markdownContentSVG.ts @@ -2,25 +2,25 @@ \`\`\`svg <svg width="400" height="600" xmlns="http://www.w3.org/2000/svg"> <rect width="100%" height="100%" fill="#F0F8FF"/> - + <text x="50%" y="60" font-family="妤蜂綋" font-size="32" fill="#4682B4" text-anchor="middle">鍒涙剰Logo璁捐</text> - + <line x1="50" y1="80" x2="350" y2="80" stroke="#B0C4DE" stroke-width="2"/> - + <text x="50%" y="120" font-family="Arial" font-size="24" fill="#708090" text-anchor="middle">绉戠爺</text> <text x="50%" y="150" font-family="MS Mincho" font-size="20" fill="#778899" text-anchor="middle">绉戝鐮旂┒</text> - + <text x="50%" y="200" font-family="姹囨枃鏄庢湞浣�" font-size="18" fill="#696969" text-anchor="middle"> <tspan x="50%" dy="25">鎺㈢储鏈煡鐨勭伅濉旓紝</tspan> <tspan x="50%" dy="25">鐓т寒浜虹被鍓嶈繘鐨勯亾璺��</tspan> <tspan x="50%" dy="25">绉戠爺锛屾槸姘镐笉鐔勭伃鐨勫ソ濂囧績锛�</tspan> <tspan x="50%" dy="25">涔熸槸鎺ㄥ姩涓栫晫杩涙鐨勫紩鎿庛��</tspan> </text> - + <circle cx="200" cy="400" r="80" fill="none" stroke="#4169E1" stroke-width="3"/> <line x1="200" y1="320" x2="200" y2="480" stroke="#4169E1" stroke-width="3"/> <line x1="120" y1="400" x2="280" y2="400" stroke="#4169E1" stroke-width="3"/> - + <text x="50%" y="550" font-family="寰蒋闆呴粦" font-size="16" fill="#1E90FF" text-anchor="middle">鎺㈢储 鈥� 鍒涙柊 鈥� 杩涙</text> </svg> \`\`\` -- Gitblit v1.8.0