feat: add Chinese localization and new assets for CCW documentation

- Created LICENSE.txt for JavaScript assets including NProgress and React libraries.
- Added runtime JavaScript file for main functionality.
- Introduced new favicon and logo SVG assets for branding.
- Added comprehensive FAQ section in Chinese, covering CCW features, installation, workflows, AI model support, and troubleshooting.
This commit is contained in:
catlog22
2026-02-06 21:56:02 +08:00
parent 9b1655be9b
commit 6a5c17e42e
126 changed files with 3363 additions and 734 deletions

View File

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" role="img" aria-label="CCW">
<defs>
<linearGradient id="ccwGradient" x1="10" y1="10" x2="54" y2="54" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#3B82F6" />
<stop offset="1" stop-color="#22C55E" />
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="16" fill="url(#ccwGradient)" />
<path d="M22 22L42 22" stroke="white" stroke-width="4" stroke-linecap="round" />
<path d="M42 22L32 42" stroke="white" stroke-width="4" stroke-linecap="round" />
<path d="M22 22L32 42" stroke="white" stroke-width="4" stroke-linecap="round" />
<circle cx="22" cy="22" r="5" fill="white" />
<circle cx="42" cy="22" r="5" fill="white" />
<circle cx="32" cy="42" r="5" fill="white" />
</svg>

After

Width:  |  Height:  |  Size: 839 B

View File

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none" role="img" aria-label="CCW">
<defs>
<linearGradient id="ccwGradient" x1="10" y1="10" x2="54" y2="54" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#3B82F6" />
<stop offset="1" stop-color="#22C55E" />
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="16" fill="url(#ccwGradient)" />
<path d="M22 22L42 22" stroke="white" stroke-width="4" stroke-linecap="round" />
<path d="M42 22L32 42" stroke="white" stroke-width="4" stroke-linecap="round" />
<path d="M22 22L32 42" stroke="white" stroke-width="4" stroke-linecap="round" />
<circle cx="22" cy="22" r="5" fill="white" />
<circle cx="42" cy="22" r="5" fill="white" />
<circle cx="32" cy="42" r="5" fill="white" />
</svg>

After

Width:  |  Height:  |  Size: 839 B