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

@@ -4,15 +4,15 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', 'f41'),
component: ComponentCreator('/docs/zh/', 'b34'),
routes: [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', 'dbd'),
component: ComponentCreator('/docs/zh/', 'a8e'),
routes: [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', 'c34'),
component: ComponentCreator('/docs/zh/', '632'),
routes: [
{
path: '/docs/zh/commands/cli/cli-init',
@@ -148,7 +148,7 @@ export default [
},
{
path: '/docs/zh/faq',
component: ComponentCreator('/docs/zh/faq', '9bf'),
component: ComponentCreator('/docs/zh/faq', 'd6c'),
exact: true,
sidebar: "docs"
},