Skip to content

Commit

Permalink
Merge pull request #655 from Tencent/feat/theme-generator
Browse files Browse the repository at this point in the history
feat: 新增主题配置生成器
  • Loading branch information
xiaosansiji authored May 31, 2022
2 parents 125dcbd + 47903db commit d40363d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
"tdesign-icons-view": "~0.1.0",
"tdesign-publish-cli": "^0.0.9",
"tdesign-site-components": "^0.9.9",
"tdesign-theme-generator": "^0.1.0",
"ts-jest": "^27.1.2",
"ts-morph": "^13.0.02",
"ts-node": "^10.4.0",
Expand Down
1 change: 1 addition & 0 deletions site/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function Components() {
<td-doc-footer slot="doc-footer"></td-doc-footer>
</td-doc-content>
</td-doc-layout>
<tdesign-theme-generator />
</ConfigProvider>
);
}
Expand Down
2 changes: 2 additions & 0 deletions site/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import 'tdesign-site-components/lib/styles/prism-theme-dark.less';

import 'tdesign-icons-view';

import 'tdesign-theme-generator';

ReactDOM.render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit d40363d

Please sign in to comment.