mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- 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.
16 lines
839 B
XML
16 lines
839 B
XML
<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>
|