Przeglądaj źródła

chore: update changelog

zhangyumei.0319 1 rok temu
rodzic
commit
0e8feb353e

+ 9 - 5
content/start/changelog/index-en-US.md

@@ -16,23 +16,27 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
-#### 🎉 2.68.0-beta.0 (2024-10-15)
+#### 🎉 2.68.0-beta.0 (2024-10-16)
 - 【New Component】
     - Added a resizable box component that adjusts its size based on user mouse drag actions. [@Nathon2Y](https://github.com/Nathon2Y) [#2458](https://github.com/DouyinFE/semi-design/pull/2458)
 - 【Feat】
     - Datepicker's onClickoutSide adds event parameter [#2531](https://github.com/DouyinFE/semi-design/pull/2531)
     - Cascader adds expandIcon API to support user-defined expansion icons  [#2513](https://github.com/DouyinFE/semi-design/issues/2513)
+
+#### 🎉 2.67.2 (2024-10-16)
 - 【Fix】
+    - Fixed the phenomenon that the background color does not match expectations in some special theme package configurations when Select disabled and focus is disabled [#2532](https://github.com/DouyinFE/semi-design/pull/2532)
     - fix icon Spin uses a fixed id, resulting in an unexpected display in Tabs [#2526](https://github.com/DouyinFE/semi-design/pull/2526)
     - Fixed the issue of incorrect width of Cascader panel icon, affecting versions 2.67.0~2.67.1 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)
     - fix IllustrationFailure and IllustrationNoContent curves are not completely closed in light mode [#2524](https://github.com/DouyinFE/semi-design/pull/2524)
-- 【Style】
-    - Newly added $width-cascader-option-icon is used to represent the width of the icon in the panel[#2529](https://github.com/DouyinFE/semi-design/pull/2529)
+- 【Design Token】
+    - Select add token: `$color-select_input_disabled-border-focus`、`$color-select_input_disabled-border-focus`
+     - Newly added $width-cascader-option-icon is used to represent the width of the icon in the panel[#2529](https://github.com/DouyinFE/semi-design/pull/2529)
 
 #### 🎉 2.67.1 (2024-10-11)
 - 【Fix】
-    - fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
-    - fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67)  [#2521 ](https://github.com/DouyinFE/semi-design/issues/2521)
+    - Fixed the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
+    - Fixed Datepicker selected value does not show when value is controlled (affects v2.64 ~ v2.67)  [#2521](https://github.com/DouyinFE/semi-design/issues/2521)
     - Fixed the issue that Rspack plugin does not work on win32 platform
 
 #### 🎉 2.67.0 (2024-09-27)

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

@@ -13,17 +13,21 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
-#### 🎉 2.68.0-beta.0 (2024-10-15)
+#### 🎉 2.68.0-beta.0 (2024-10-16)
 - 【New Component】
     - 新增伸缩框组件,根据用户鼠标拖拽修改组件大小 [@Nathon2Y](https://github.com/Nathon2Y) [#2458](https://github.com/DouyinFE/semi-design/pull/2458)
 - 【Feat】
     - Datepicker 的 onClickoutSide 增加 event 参数 [#2531](https://github.com/DouyinFE/semi-design/pull/2531)
     - Cascader 新增加 expandIcon API,用于支持用户自定义展开图标  [#2513](https://github.com/DouyinFE/semi-design/issues/2513) [#2528](https://github.com/DouyinFE/semi-design/pull/2528)
+
+#### 🎉 2.67.2 (2024-10-16)
 - 【Fix】
+    - 修复 Select disabled 禁用但focus的情况下,在某些特殊的主题包配置中,背景色不符合预期的现象 [#2532](https://github.com/DouyinFE/semi-design/pull/2532)
     - 修复 icon Spin 使用固定 id 导致在 Tabs 中展示不符合预期问题 [#2526](https://github.com/DouyinFE/semi-design/pull/2526)
     - 修复 Cascader 面板 icon 宽度错误问题,影响版本2.67.0~2.67.1 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)
     - 修复亮色模式下,IllustrationFailure 和 IllustrationNoContent 曲线未完全闭合问题 [#2524](https://github.com/DouyinFE/semi-design/pull/2524)
-- 【Style】
+- 【Design Token】
+    - Select 组件新增 Token: `$color-select_input_disabled-border-focus`、`$color-select_input_disabled-border-focus` 定制禁用态focus背景色样式、定制禁用focus边框
     - 新增加 $width-cascader-option-icon 用于表示面板中的 icon 的宽度 [#2529](https://github.com/DouyinFE/semi-design/pull/2529)
 
 #### 🎉 2.67.1 (2024-10-11)

+ 2 - 2
lerna.json

@@ -1,5 +1,5 @@
 {
     "useWorkspaces": true,
     "npmClient": "yarn",
-    "version": "2.67.1"
-}
+    "version": "2.67.2"
+}

+ 3 - 3
packages/semi-animation-react/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation-react",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "motion library for semi-ui-react",
     "keywords": [
         "motion",
@@ -25,8 +25,8 @@
         "prepublishOnly": "npm run build:lib"
     },
     "dependencies": {
-        "@douyinfe/semi-animation": "2.67.1",
-        "@douyinfe/semi-animation-styled": "2.67.1",
+        "@douyinfe/semi-animation": "2.67.2",
+        "@douyinfe/semi-animation-styled": "2.67.2",
         "classnames": "^2.2.6"
     },
     "devDependencies": {

+ 1 - 1
packages/semi-animation-styled/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation-styled",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "semi styled animation",
     "keywords": [
         "semi",

+ 1 - 1
packages/semi-animation/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "animation base library for semi-ui",
     "keywords": [
         "animation",

+ 1 - 1
packages/semi-eslint-plugin/package.json

@@ -1,6 +1,6 @@
 {
     "name": "eslint-plugin-semi-design",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "semi ui eslint plugin",
     "keywords": [
         "semi",

+ 2 - 2
packages/semi-foundation/package.json

@@ -1,13 +1,13 @@
 {
     "name": "@douyinfe/semi-foundation",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "",
     "scripts": {
         "build:lib": "node ./scripts/compileLib.js",
         "prepublishOnly": "npm run build:lib"
     },
     "dependencies": {
-        "@douyinfe/semi-animation": "2.67.1",
+        "@douyinfe/semi-animation": "2.67.2",
         "@mdx-js/mdx": "^3.0.1",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",

+ 3 - 1
packages/semi-foundation/select/select.scss

@@ -37,6 +37,7 @@ $overflowList: #{$prefix}-overflow-list;
     &:focus {
         border: $width-select-border-focus solid $color-select-border-focus;
         background-color: $color-select-bg-focus;
+        // background-color: plum;
         outline: 0;
     }
 
@@ -125,7 +126,8 @@ $overflowList: #{$prefix}-overflow-list;
 
         &:focus {
             // when select is disabled, the border should not have active color
-            border: $width-select-border-focus solid transparent;
+            border: $width-select-border-focus solid $color-select_input_disabled-border-focus;
+            background-color: $color-select_input_disabled-bg-focus;
         }
 
         .#{$module}-selection,

+ 3 - 0
packages/semi-foundation/select/variables.scss

@@ -37,8 +37,11 @@ $color-select_clearBtn-text-hover: var(--semi-color-primary); // 选择器输入
 $color-select_input-bg-default: transparent; // 选择器输入框清空按钮颜色 - 悬停态
 $color-select_input_disabled-bg: var(--semi-color-disabled-fill); // 禁用选择器输入框背景色
 $color-select_input_disabled-border: var(--semi-color-border); // 禁用选择器输入框描边颜色
+$color-select_input_disabled-border-focus: transparent; // 禁用选择器输入框描边颜色 - 聚焦态
 $color-select_input_disabled-text: var(--semi-color-disabled-text); // 禁用选择器输入框回填内容文字颜色
 $color-select_input_disabled-bg-hover: var(--semi-color-disabled-fill); // 选择器输入框回填内容文字颜色 - 悬停态
+$color-select_input_disabled-bg-focus: var(--semi-color-disabled-fill); // 选择器输入框回填内容文字颜色 - 聚焦态
+
 $color-select_input_placeholder-text: var(--semi-color-text-2); // 选择器输入框占位文本文字颜色
 
 $color-select_option_main-text: var(--semi-color-text-0); // 选择器菜单选项文本颜色

+ 1 - 1
packages/semi-icons-lab/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@douyinfe/semi-icons-lab",
-  "version": "2.67.1",
+  "version": "2.67.2",
   "description": "semi icons lab",
   "keywords": [
     "semi",

+ 1 - 1
packages/semi-icons/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-icons",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "semi icons",
     "keywords": [
         "semi",

+ 1 - 1
packages/semi-illustrations/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-illustrations",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "semi illustrations",
     "keywords": [
         "semi",

+ 2 - 2
packages/semi-next/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-next",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "Plugin that support Semi Design in Next.js",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",
@@ -22,7 +22,7 @@
         "typescript": "^4"
     },
     "dependencies": {
-        "@douyinfe/semi-webpack-plugin": "2.67.1"
+        "@douyinfe/semi-webpack-plugin": "2.67.2"
     },
     "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 1 - 1
packages/semi-rspack/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-rspack-plugin",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "",
     "homepage": "",
     "license": "MIT",

+ 1 - 1
packages/semi-scss-compile/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-scss-compile",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "compile semi scss to css",
     "author": "[email protected]",
     "license": "MIT",

+ 1 - 1
packages/semi-theme-default/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-theme-default",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "semi-theme-default",
     "keywords": [
         "semi-theme",

+ 6 - 6
packages/semi-ui/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-ui",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
     "main": "lib/cjs/index.js",
     "module": "lib/es/index.js",
@@ -20,11 +20,11 @@
         "@dnd-kit/core": "^6.0.8",
         "@dnd-kit/sortable": "^7.0.2",
         "@dnd-kit/utilities": "^3.2.1",
-        "@douyinfe/semi-animation": "2.67.1",
-        "@douyinfe/semi-animation-react": "2.67.1",
-        "@douyinfe/semi-foundation": "2.67.1",
-        "@douyinfe/semi-icons": "2.67.1",
-        "@douyinfe/semi-illustrations": "2.67.1",
+        "@douyinfe/semi-animation": "2.67.2",
+        "@douyinfe/semi-animation-react": "2.67.2",
+        "@douyinfe/semi-foundation": "2.67.2",
+        "@douyinfe/semi-icons": "2.67.2",
+        "@douyinfe/semi-illustrations": "2.67.2",
         "@douyinfe/semi-theme-default": "2.61.0",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",

+ 1 - 1
packages/semi-webpack/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-webpack-plugin",
-    "version": "2.67.1",
+    "version": "2.67.2",
     "description": "",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",

+ 148 - 148
sitemap.xml

@@ -2,22 +2,22 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
     <url>
         <loc>https://juejin.cn/post/7267418854124699702</loc>
-        <lastmod>2024-10-11T08:19:47.966Z</lastmod>
+        <lastmod>2024-10-16T06:46:28.479Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://medium.com/front-end-weekly/how-we-test-semi-design-component-libraries-64b854f63b65</loc>
-        <lastmod>2024-10-11T08:19:47.681Z</lastmod>
+        <lastmod>2024-10-16T06:46:27.676Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://mp.weixin.qq.com/s/noHoWRuA25PgqFNcurhIUA</loc>
-        <lastmod>2024-10-11T08:19:50.529Z</lastmod>
+        <lastmod>2024-10-16T06:46:28.818Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://mp.weixin.qq.com/s/O3js-SZDNPEOjGxh-aAkbw</loc>
-        <lastmod>2024-10-11T08:19:48.648Z</lastmod>
+        <lastmod>2024-10-16T06:46:28.697Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
@@ -790,77 +790,77 @@
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/divider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/grid</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/icon</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/layout</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/space</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/tokens</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/typography</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/banner</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/notification</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/popconfirm</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/progress</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/skeleton</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/spin</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/toast</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/autocomplete</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
@@ -870,362 +870,362 @@
     </url>
     <url>
         <loc>https://semi.design/en-US/input/cascader</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/checkbox</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/datepicker</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/form</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/input</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/inputnumber</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/radio</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/rating</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/select</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/slider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/switch</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/taginput</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/timepicker</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/transfer</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/treeselect</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/upload</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/anchor</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/backtop</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/breadcrumb</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/navigation</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/pagination</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/steps</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/tabs</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/tree</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/other/configprovider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/other/locale</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/avatar</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/badge</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/calendar</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/card</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/carousel</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/collapse</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/collapsible</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/descriptions</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/dropdown</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/empty</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/highlight</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/image</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/list</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/modal</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/overflowlist</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/popover</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/scrolllist</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/sidesheet</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/table</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/tag</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/timeline</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/tooltip</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/accessibility</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/changelog</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/customize-theme</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/dark-mode</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/faq</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/getting-started</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/introduction</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/overview</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/update-to-v2</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/divider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/grid</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/icon</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/layout</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/space</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/tokens</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/typography</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/banner</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/notification</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/popconfirm</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/progress</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/skeleton</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/spin</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/toast</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/autocomplete</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
@@ -1235,287 +1235,287 @@
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/cascader</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/checkbox</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/datepicker</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/form</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/input</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/inputnumber</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/radio</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/rating</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/select</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/slider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/switch</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/taginput</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/timepicker</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/transfer</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/treeselect</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/upload</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/anchor</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/backtop</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/breadcrumb</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/navigation</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/pagination</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/steps</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/tabs</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/tree</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/other/configprovider</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/other/locale</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/avatar</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/badge</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/calendar</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/card</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/carousel</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/collapse</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/collapsible</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/descriptions</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/dropdown</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/empty</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/highlight</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/image</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/list</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/modal</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/overflowlist</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/popover</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/scrolllist</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/sidesheet</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/table</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/tag</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/timeline</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/tooltip</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/accessibility</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/changelog</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/customize-theme</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/dark-mode</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/faq</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/getting-started</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/introduction</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/overview</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/update-to-v2</loc>
-        <lastmod>2024-10-11T08:09:06.000Z</lastmod>
+        <lastmod>2024-10-16T06:41:38.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
 </urlset>