Browse Source

docs: remove description of theme switcher

pointhalo 3 years ago
parent
commit
69baea9cea
2 changed files with 0 additions and 4 deletions
  1. 0 2
      content/start/changelog/index-en-US.md
  2. 0 2
      content/start/changelog/index.md

+ 0 - 2
content/start/changelog/index-en-US.md

@@ -20,8 +20,6 @@ Version:Major.Minor.Patch
 - 【Chore】
     - Fix List component pass the datasource props, the renderItem function params of item missing the type defined [#393](https://github.com/DouyinFE/semi-design/issues/393) [@chenc041](https://github.com/chenc041)
     - Fix Dropdown props menu type definition
-- 【Feat】
-    - Add theme switcher of docsite
 - 【Fix】
     - Fixed warning when InputNumber given defaultValue [#537](https://github.com/DouyinFE/semi-design/issues/537) [@chenc041](https://github.com/chenc041)
 

+ 0 - 2
content/start/changelog/index.md

@@ -19,8 +19,6 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 - 【Chore】
     - 修复 List 组件传递 datasource 属性时, renderItem 类型丢失 [#393](https://github.com/DouyinFE/semi-design/issues/393) [@chenc041](https://github.com/chenc041)
     - 修复 Dropdown menu 类型定义异常问题 
-- 【Feat】
-    - 官网新增主题切换器
 - 【Fix】
     - 修复 InputNumber 传入 defaultValue 时警告问题 [#537](https://github.com/DouyinFE/semi-design/issues/537) [@chenc041](https://github.com/chenc041)