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:
@@ -412,6 +412,26 @@ hr {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.card__header .header__icon > svg {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.card__header .header__icon.header__icon--info {
|
||||
background-color: var(--ccw-info-light);
|
||||
color: var(--ccw-info);
|
||||
}
|
||||
|
||||
.card__header .header__icon.header__icon--success {
|
||||
background-color: var(--ccw-success-light);
|
||||
color: var(--ccw-success);
|
||||
}
|
||||
|
||||
.card__header .header__icon.header__icon--warning {
|
||||
background-color: var(--ccw-warning-light);
|
||||
color: var(--ccw-warning);
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
Buttons
|
||||
============================================================================= */
|
||||
|
||||
Reference in New Issue
Block a user