build: 更新Next.js配置以支持静态导出并添加新依赖

更新next.config.ts文件以支持静态导出功能,并添加了多个新的依赖项到package.json中,包括UI组件库和动画库。同时生成了构建相关的文件和配置。
This commit is contained in:
张翔
2026-02-02 17:59:29 +08:00
parent f9df7b4d8f
commit 150024b6ac
443 changed files with 9531 additions and 120 deletions
+28
View File
@@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<!-- 红色印章 - 手绘不规则风格 -->
<path d="M10,5
C30,2 55,2 78,6
C88,8 92,15 91,28
C90,42 92,58 90,72
C88,85 82,92 68,93
C48,95 28,94 12,91
C4,89 0,82 3,68
C5,52 4,35 3,20
C2,12 5,6 10,5 Z"
fill="#C41E3A"/>
<!-- 印章内框 - 手绘风格 -->
<path d="M18,14
C35,11 58,12 75,16
C82,18 84,25 83,35
C82,48 83,62 82,75
C81,83 76,87 65,88
C48,89 32,88 20,86
C14,85 12,78 13,68
C14,52 13,36 12,24
C11,18 14,15 18,14 Z"
fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
<!-- 睿新 -->
<text x="50" y="42" font-family="'Ma Shan Zheng', 'ZCOOL XiaoWei', 'STKaiti', 'KaiTi', serif" font-size="24" font-weight="bold" fill="white" text-anchor="middle">睿新</text>
<!-- 致遠 -->
<text x="50" y="72" font-family="'Ma Shan Zheng', 'ZCOOL XiaoWei', 'STKaiti', 'KaiTi', serif" font-size="24" font-weight="bold" fill="white" text-anchor="middle">致遠</text>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+50
View File
@@ -0,0 +1,50 @@
<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>

After

Width:  |  Height:  |  Size: 1.9 KiB

+55
View File
@@ -0,0 +1,55 @@
<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>
<!-- 印章纹理滤镜 -->
<filter id="sealTexture" x="0%" y="0%" width="100%" height="100%">
<feTurbulence type="fractalNoise" baseFrequency="0.1" numOctaves="3" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="2" xChannelSelector="R" yChannelSelector="G"/>
</filter>
</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="currentColor">睿新致遠</text>
<!-- NOVALON - 向右偏移,与中文居中对齐 -->
<text x="24" y="82" class="arial-font" font-size="14.5" font-weight="500" fill="currentColor" letter-spacing="10.5">NOVALON</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB