Skip to content

Commit

Permalink
chore: update site route
Browse files Browse the repository at this point in the history
  • Loading branch information
Heising committed Aug 12, 2024
1 parent 7494fcb commit 50cc97c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions site/site.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,14 @@ export const docs = [
component: () => import('tdesign-react/descriptions/descriptions.md'),
componentEn: () => import('tdesign-react/descriptions/descriptions.en-US.md'),
},
{
title: 'Empty 空状态',
titleEn: 'Empty',
name: 'Empty',
path: '/react/components/empty',
component: () => import('tdesign-react/empty/empty.md'),
componentEn: () => import('tdesign-react/empty/empty.en-US.md'),
},
{
title: 'Image 图片',
titleEn: 'Image',
Expand Down
1 change: 1 addition & 0 deletions src/empty/_example/self-defined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function BasicGrid() {
width: '64px',
height: '64px',
backgroundImage: 'url(https://tdesign.gtimg.com/demo/demo-image-1.png)',
backgroundSize: '100% 100%',
}}
/>
);
Expand Down

0 comments on commit 50cc97c

Please sign in to comment.