mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
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:
15
ccw/docs-site/static/img/favicon.svg
Normal file
15
ccw/docs-site/static/img/favicon.svg
Normal 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 |
15
ccw/docs-site/static/img/logo.svg
Normal file
15
ccw/docs-site/static/img/logo.svg
Normal 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 |
Reference in New Issue
Block a user