diff --git a/site/docs/overview.md b/site/docs/overview.md
index 7de7b1234..904dde008 100644
--- a/site/docs/overview.md
+++ b/site/docs/overview.md
@@ -105,7 +105,7 @@ spline: explain
- TabBar 标签栏
+ TabBar 底部标签栏
diff --git a/site/mobile/mobile.config.js b/site/mobile/mobile.config.js
index ffb9612ae..0de305c1c 100644
--- a/site/mobile/mobile.config.js
+++ b/site/mobile/mobile.config.js
@@ -149,7 +149,7 @@ export default {
title: 'Cell 单元格',
titleEn: 'Cell',
name: 'cell',
- component: () => import('tdesign-mobile-react/cell/_example/base.tsx'),
+ component: () => import('tdesign-mobile-react/cell/_example/index.tsx'),
},
{
title: 'Upload 上传',
@@ -165,7 +165,7 @@ export default {
component: () => import('tdesign-mobile-react/skeleton/_example/index.tsx'),
},
{
- title: 'Sticky 吸顶',
+ title: 'Sticky 吸顶容器',
titleEn: 'Sticky',
name: 'sticky',
component: () => import('tdesign-mobile-react/sticky/_example/index.tsx'),
@@ -249,7 +249,7 @@ export default {
component: () => import('tdesign-mobile-react/side-bar/_example/custom.tsx'),
},
{
- title: 'SwipeCell 滑动单元格',
+ title: 'SwipeCell 滑动操作',
titleEn: 'SwipeCell',
name: 'swipe-cell',
component: () => import('tdesign-mobile-react/swipe-cell/_example/index.tsx'),
@@ -321,7 +321,7 @@ export default {
component: () => import('tdesign-mobile-react/steps/_example/index.tsx'),
},
{
- title: 'TabBar 标签栏',
+ title: 'TabBar 底部标签栏',
titleEn: 'TabBar',
name: 'tab-bar',
component: () => import('tdesign-mobile-react/tab-bar/_example/mobile.tsx'),
@@ -363,7 +363,7 @@ export default {
component: () => import('tdesign-mobile-react/table/_example/index.tsx'),
},
{
- title: 'TreeSelect 树形选择',
+ title: 'TreeSelect 树形选择器',
titleEn: 'TreeSelect',
name: 'tree-select',
component: () => import('tdesign-mobile-react/tree-select/_example/index.tsx'),
diff --git a/site/web/plugins/changelog-to-json/index.js b/site/web/plugins/changelog-to-json/index.js
index 64af3f8b9..01a43b4ca 100644
--- a/site/web/plugins/changelog-to-json/index.js
+++ b/site/web/plugins/changelog-to-json/index.js
@@ -21,7 +21,8 @@ export default function changelog2Json() {
res.end(JSON.stringify(json));
});
},
- async closeBundle() {
+ async closeBundle(error) {
+ if (error) return;
// 生产构建时写入物理文件
if (config.env.PROD || config.env.MODE === 'preview') {
const json = await generateChangelogJson(changelogPath, 'mobile');
diff --git a/site/web/site.config.js b/site/web/site.config.js
index 9b2b9cfa1..70c80656c 100644
--- a/site/web/site.config.js
+++ b/site/web/site.config.js
@@ -161,7 +161,7 @@ export const docs = [
},
{
- title: 'TabBar 标签栏',
+ title: 'TabBar 底部标签栏',
titleEn: 'TabBar',
name: 'tab-bar',
path: '/mobile-react/components/tab-bar',
@@ -305,7 +305,7 @@ export const docs = [
componentEn: () => import('tdesign-mobile-react/textarea/textarea.en-US.md'),
},
{
- title: 'TreeSelect 树形选择',
+ title: 'TreeSelect 树形选择器',
titleEn: 'TreeSelect',
name: 'tree-select',
path: '/mobile-react/components/tree-select',
@@ -448,7 +448,7 @@ export const docs = [
componentEn: () => import('tdesign-mobile-react/skeleton/skeleton.en-US.md'),
},
{
- title: 'Sticky 吸顶',
+ title: 'Sticky 吸顶容器',
titleEn: 'Sticky',
name: 'sticky',
path: '/mobile-react/components/sticky',
diff --git a/src/_common b/src/_common
index 2b0b54371..70917c30e 160000
--- a/src/_common
+++ b/src/_common
@@ -1 +1 @@
-Subproject commit 2b0b543714f82960f6f667b42b37ab661ca860f5
+Subproject commit 70917c30e5325a6ef1f8ebf4094fbacd768d53dc
diff --git a/src/cell/_example/base.tsx b/src/cell/_example/index.tsx
similarity index 77%
rename from src/cell/_example/base.tsx
rename to src/cell/_example/index.tsx
index bbb0a4716..42d401366 100644
--- a/src/cell/_example/base.tsx
+++ b/src/cell/_example/index.tsx
@@ -10,10 +10,7 @@ import Group from './group';
export default function Base() {
return (
-
+
diff --git a/src/footer/_example/index.tsx b/src/footer/_example/index.tsx
index 8507dbe84..d36a69ccf 100644
--- a/src/footer/_example/index.tsx
+++ b/src/footer/_example/index.tsx
@@ -10,7 +10,7 @@ import './style/index.less';
export default function FooterDemo() {
return (
-
+
diff --git a/src/form/_example/index.tsx b/src/form/_example/index.tsx
index cd70aa13b..27d11e703 100644
--- a/src/form/_example/index.tsx
+++ b/src/form/_example/index.tsx
@@ -24,7 +24,10 @@ export default function FormDemo() {
};
return (
-
+
diff --git a/src/image-viewer/_example/index.tsx b/src/image-viewer/_example/index.tsx
index 85bef7345..fefd77a91 100644
--- a/src/image-viewer/_example/index.tsx
+++ b/src/image-viewer/_example/index.tsx
@@ -9,10 +9,7 @@ import './style/index.less';
export default function ImageViewerDemo() {
return (
-
+
diff --git a/src/result/_example/index.tsx b/src/result/_example/index.tsx
index 5e648b09b..c5cea3a6c 100644
--- a/src/result/_example/index.tsx
+++ b/src/result/_example/index.tsx
@@ -12,7 +12,7 @@ export default function ResultDemo() {
<>
{!showResultPage ? (
-
+
diff --git a/src/side-bar/_example/index.tsx b/src/side-bar/_example/index.tsx
index 749ba950a..4641dc2f6 100644
--- a/src/side-bar/_example/index.tsx
+++ b/src/side-bar/_example/index.tsx
@@ -12,7 +12,7 @@ export default function Base() {
};
return (
-
+