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

@@ -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
============================================================================= */