claude-code with OpenAI mode fix

This commit is contained in:
HitMargin
2026-04-04 01:21:00 +08:00
commit c9f95fc34d
3050 changed files with 557030 additions and 0 deletions

5
docs/logo/dark.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 28" fill="none">
<circle cx="14" cy="14" r="11" stroke="#F59E0B" stroke-width="2" fill="none"/>
<path d="M11 10l6 4-6 4V10z" fill="#F59E0B"/>
<text x="30" y="19.5" font-family="system-ui, -apple-system, sans-serif" font-size="15" font-weight="700" letter-spacing="1" fill="#F1F5F9">CCB</text>
</svg>

After

Width:  |  Height:  |  Size: 362 B

5
docs/logo/light.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 28" fill="none">
<circle cx="14" cy="14" r="11" stroke="#D97706" stroke-width="2" fill="none"/>
<path d="M11 10l6 4-6 4V10z" fill="#D97706"/>
<text x="30" y="19.5" font-family="system-ui, -apple-system, sans-serif" font-size="15" font-weight="700" letter-spacing="1" fill="#0F172A">CCB</text>
</svg>

After

Width:  |  Height:  |  Size: 362 B