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

@@ -5,7 +5,7 @@ import type { ThemeConfig } from '@docusaurus/preset-classic';
const config: Config = {
title: 'CCW Help Documentation',
tagline: 'Professional Workflow Automation Platform',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.svg',
url: 'http://localhost:3001',
baseUrl: '/docs/',