Files
novalon-website/public/logo-white.svg
T
张翔 150024b6ac build: 更新Next.js配置以支持静态导出并添加新依赖
更新next.config.ts文件以支持静态导出功能,并添加了多个新的依赖项到package.json中,包括UI组件库和动画库。同时生成了构建相关的文件和配置。
2026-02-02 17:59:29 +08:00

50 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 120" width="480" height="120">
<defs>
<style>
.calligraphy-font {
font-family: 'Ma Shan Zheng', 'ZCOOL XiaoWei', 'STKaiti', 'KaiTi', serif;
}
.arial-font {
font-family: Arial, sans-serif;
}
</style>
</defs>
<!-- 红色印章 - 手绘不规则风格 -->
<g transform="translate(12, 12)">
<!-- 印章外框 - 不规则手绘路径 -->
<path d="M8,2
C25,-2 45,-2 72,3
C82,5 85,12 84,25
C83,40 85,55 84,70
C83,82 78,88 65,89
C45,91 25,90 10,88
C2,86 -2,78 1,65
C3,50 2,35 1,20
C0,10 3,4 8,2 Z"
fill="#C41E3A"/>
<!-- 印章内框 - 手绘风格 -->
<path d="M14,10
C28,8 55,8 72,12
C78,14 79,20 78,30
C77,45 78,60 77,72
C76,80 72,84 62,85
C45,86 28,85 16,83
C10,82 8,76 9,65
C10,50 9,35 8,22
C7,15 10,11 14,10 Z"
fill="none" stroke="#fff" stroke-width="1.5" opacity="0.5"/>
<!-- 睿新 - 书法字体 -->
<text x="43" y="38" class="calligraphy-font" font-size="26" font-weight="bold" fill="white" text-anchor="middle">睿新</text>
<!-- 致遠 - 书法字体 -->
<text x="43" y="70" class="calligraphy-font" font-size="26" font-weight="bold" fill="white" text-anchor="middle">致遠</text>
</g>
<!-- 公司名称 -->
<g transform="translate(110, 15)">
<!-- 睿新致遠 - 书法字体(白色) -->
<text x="0" y="45" class="calligraphy-font" font-size="48" font-weight="bold" fill="white">睿新致遠</text>
<!-- NOVALON - 向右偏移,与中文居中对齐(白色) -->
<text x="24" y="82" class="arial-font" font-size="14.5" font-weight="500" fill="white" letter-spacing="10.5">NOVALON</text>
</g>
</svg>