From 348b7c6f6b00a732212f255656e17e6ab6e4adc1 Mon Sep 17 00:00:00 2001 From: duenyang <377153400@qq.com> Date: Thu, 17 Oct 2024 19:05:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(alpha):=20=E5=8F=91=E5=B8=83alpha=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- site/sidebar.config.ts | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77fcf61..3096732 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@tencent/tdesign-web-components", + "name": "tdesign-web-components", "purename": "tdesign", - "version": "0.0.1-beta.1", + "version": "0.0.1-alpha.2", "type": "module", "main": "lib/index.js", "module": "lib/index.js", diff --git a/site/sidebar.config.ts b/site/sidebar.config.ts index b066f4d..7053a28 100644 --- a/site/sidebar.config.ts +++ b/site/sidebar.config.ts @@ -11,6 +11,13 @@ export default [ path: '/getting-started', component: () => import('@docs/getting-started.md'), }, + { + title: '自定义主题', + titleEn: 'Theme Customization', + name: 'custom-theme', + path: '/custom-theme', + component: () => import('@common/theme.md'), + }, { title: '最佳实践', titleEn: 'Starter Kit',