dufu1991 1 год назад
Родитель
Сommit
a8439d0c14

+ 1 - 1
docs/mds/components/cell/version.md

@@ -1,4 +1,4 @@
-## 1.0.0-next.7
+## 1.0.0
 
 
 - [!tag|B|3|]修复右侧箭头未垂直居中问题。
 - [!tag|B|3|]修复右侧箭头未垂直居中问题。
 - [!tag|O|0|]减少左右两侧间距。
 - [!tag|O|0|]减少左右两侧间距。

+ 1 - 1
docs/mds/components/cell/version_en.md

@@ -1,4 +1,4 @@
-## 1.0.0-next.7
+## 1.0.0
 
 
 - [!tag|B|3|]Fix the problem that the right arrow is not vertically centered.
 - [!tag|B|3|]Fix the problem that the right arrow is not vertically centered.
 - [!tag|O|0|]Reduce the distance between the left and right sides.
 - [!tag|O|0|]Reduce the distance between the left and right sides.

+ 1 - 1
docs/mds/components/navBar/version.md

@@ -1,3 +1,3 @@
-## 1.0.0-next.7
+## 1.0.0
 
 
 - [!tag|A|0|]新增 titleAlign 属性。
 - [!tag|A|0|]新增 titleAlign 属性。

+ 1 - 1
docs/mds/components/navBar/version_en.md

@@ -1,3 +1,3 @@
-## 1.0.0-next.7
+## 1.0.0
 
 
 - [!tag|A|0|]Add titleAlign property.
 - [!tag|A|0|]Add titleAlign property.

+ 1 - 1
docs/mds/components/numKeyboard/version.md

@@ -1,4 +1,4 @@
-## 1.0.0-next.9
+## 1.0.0
 
 
 - [!tag|A|0|]新增 `value` 与 `clear` 属性,关联 Issue [#36](https://github.com/any-tdf/stdf/issues/36)。[!issue|sbscan|]
 - [!tag|A|0|]新增 `value` 与 `clear` 属性,关联 Issue [#36](https://github.com/any-tdf/stdf/issues/36)。[!issue|sbscan|]
 - [!tag|O|0|]输入值不再通过 `onclick` 事件获取,而是通过 `value` 绑定。
 - [!tag|O|0|]输入值不再通过 `onclick` 事件获取,而是通过 `value` 绑定。

+ 1 - 1
docs/mds/components/numKeyboard/version_en.md

@@ -1,4 +1,4 @@
-## 1.0.0-next.9
+## 1.0.0
 
 
 - [!tag|A|0|]Add `value` and `clear` properties, related to Issue [#36](https://github.com/any-tdf/stdf/issues/36). [!issue|sbscan|]
 - [!tag|A|0|]Add `value` and `clear` properties, related to Issue [#36](https://github.com/any-tdf/stdf/issues/36). [!issue|sbscan|]
 - [!tag|O|0|]Input value is no longer obtained through the `onclick` event, but through the `value` binding.
 - [!tag|O|0|]Input value is no longer obtained through the `onclick` event, but through the `value` binding.

+ 38 - 38
docs/mds/guide/changelog.md

@@ -1,55 +1,55 @@
 
 
 ## 1.0.0 <font size=1>2025-04-03</font>
 ## 1.0.0 <font size=1>2025-04-03</font>
 
 
-- 完整支持 Svelte v5、Tailwind CSS v4 与 TypeScript,包括库、示例、create-stdf。
+- 完整支持 Svelte v5、Tailwind CSS v4 与 TypeScript,包括库、示例、create-stdf、站点
 - 按照 Svelte 官方 CLI [sv create](https://svelte.dev/docs/cli/sv-create) 重构库文件。
 - 按照 Svelte 官方 CLI [sv create](https://svelte.dev/docs/cli/sv-create) 重构库文件。
 - 增强 NavBar 组件,详见 [NavBar](https://stdf.design/components?nav=navBar&tab=4)。
 - 增强 NavBar 组件,详见 [NavBar](https://stdf.design/components?nav=navBar&tab=4)。
 - 修复 Cell 组件,详见 [Cell](https://stdf.design/components?nav=cell&tab=4)。
 - 修复 Cell 组件,详见 [Cell](https://stdf.design/components?nav=cell&tab=4)。
 - 增强 NumKeyboard 组件,详见 [NumKeyboard](https://stdf.design/components?nav=numKeyboard&tab=4)。
 - 增强 NumKeyboard 组件,详见 [NumKeyboard](https://stdf.design/components?nav=numKeyboard&tab=4)。
-- 重写部分组件,如 Checkbox、
-- 文档组件 API 增加类型提示
+- 重写 Checkbox、Radio 等组件,修改部分组件 API,升级时请注意检查。
+- 文档组件 API 增加类型。
 - 跟随 Tailwind CSS v4,文档站点、主题生成器、组件库等颜色系统统一使用 oklch,参考 [Tailwind CSS](https://tailwindcss.com/docs/colors)。
 - 跟随 Tailwind CSS v4,文档站点、主题生成器、组件库等颜色系统统一使用 oklch,参考 [Tailwind CSS](https://tailwindcss.com/docs/colors)。
 
 
 ## 0.5.3 <font size=1>2024-11-19</font>
 ## 0.5.3 <font size=1>2024-11-19</font>
 
 
-- 优化 Icon 组件,详见 [Icon](https://stdf.design/#/components?nav=icon&tab=4)。
+- 优化 Icon 组件,详见 [Icon](https://stdf.design/components?nav=icon&tab=4)。
 
 
 ## 0.5.2 <font size=1>2024-10-02</font>
 ## 0.5.2 <font size=1>2024-10-02</font>
 
 
-- 优化 Button 组件,详见 [Button](https://stdf.design/#/components?nav=button&tab=4)。
+- 优化 Button 组件,详见 [Button](https://stdf.design/components?nav=button&tab=4)。
 
 
 ## 0.5.1 <font size=1>2024-10-02</font>
 ## 0.5.1 <font size=1>2024-10-02</font>
 
 
-- 增强 Button 组件,详见 [Button](https://stdf.design/#/components?nav=button&tab=4)。
-- 优化 BottomSheet 组件,详见 [BottomSheet](https://stdf.design/#/components?nav=bottomSheet&tab=4)。
-- 优化 IndexBar 组件,详见 [IndexBar](https://stdf.design/#/components?nav=indexBar&tab=4)。
-- 修复 Avatar 组件,详见 [Avatar](https://stdf.design/#/components?nav=avatar&tab=4)。
+- 增强 Button 组件,详见 [Button](https://stdf.design/components?nav=button&tab=4)。
+- 优化 BottomSheet 组件,详见 [BottomSheet](https://stdf.design/components?nav=bottomSheet&tab=4)。
+- 优化 IndexBar 组件,详见 [IndexBar](https://stdf.design/components?nav=indexBar&tab=4)。
+- 修复 Avatar 组件,详见 [Avatar](https://stdf.design/components?nav=avatar&tab=4)。
 
 
 ## 0.5.0 <font size=1>2024-09-09</font>
 ## 0.5.0 <font size=1>2024-09-09</font>
 
 
-- 新增 Stepper 组件,详见 [Stepper](https://stdf.design/#/components?nav=stepper&tab=0)。
+- 新增 Stepper 组件,详见 [Stepper](https://stdf.design/components?nav=stepper&tab=0)。
 
 
 ## 0.4.7 <font size=1>2024-08-12</font>
 ## 0.4.7 <font size=1>2024-08-12</font>
 
 
-- 修复 Pagination 组件,详见 [Pagination](https://stdf.design/#/components?nav=pagination&tab=4)。
-- 优化 Loading 组件,详见 [Loading](https://stdf.design/#/components?nav=loading&tab=4)。
-- 优化 Slider 组件,详见 [Slider](https://stdf.design/#/components?nav=slider&tab=4)。
+- 修复 Pagination 组件,详见 [Pagination](https://stdf.design/components?nav=pagination&tab=4)。
+- 优化 Loading 组件,详见 [Loading](https://stdf.design/components?nav=loading&tab=4)。
+- 优化 Slider 组件,详见 [Slider](https://stdf.design/components?nav=slider&tab=4)。
 
 
 ## 0.4.6 <font size=1>2024-03-31</font>
 ## 0.4.6 <font size=1>2024-03-31</font>
 
 
-- 新增 Loading 类型,详见 [Loading](https://stdf.design/#/components?nav=loading&tab=4)。
+- 新增 Loading 类型,详见 [Loading](https://stdf.design/components?nav=loading&tab=4)。
 
 
 ## 0.4.5 <font size=1>2024-03-28</font>
 ## 0.4.5 <font size=1>2024-03-28</font>
 
 
-- 修复 Pagination 组件,详见 [Pagination](https://stdf.design/#/components?nav=pagination&tab=4)。
+- 修复 Pagination 组件,详见 [Pagination](https://stdf.design/components?nav=pagination&tab=4)。
 
 
 ## 0.4.4 <font size=1>2023-12-13</font>
 ## 0.4.4 <font size=1>2023-12-13</font>
 
 
-- 增强 Tabs 组件,详见 [Tabs](https://stdf.design/#/components?nav=tabs&tab=4)。
+- 增强 Tabs 组件,详见 [Tabs](https://stdf.design/components?nav=tabs&tab=4)。
 
 
 ## 0.4.3 <font size=1>2023-12-11</font>
 ## 0.4.3 <font size=1>2023-12-11</font>
 
 
-- 修改 Tabs 组件,详见 [Tabs](https://stdf.design/#/components?nav=tabs&tab=4)。
+- 修改 Tabs 组件,详见 [Tabs](https://stdf.design/components?nav=tabs&tab=4)。
 
 
 ## 0.4.2 <font size=1>2023-11-21</font>
 ## 0.4.2 <font size=1>2023-11-21</font>
 
 
@@ -61,31 +61,31 @@
 
 
 ## 0.4.0 <font size=1>2023-11-03</font>
 ## 0.4.0 <font size=1>2023-11-03</font>
 
 
-- 新增支持多主题配置,请参考 [主题配置](https://stdf.design/#/guide/theme)、[色彩](https://stdf.design/#/guide/color)、[主题生成器](https://stdf.design/#/guide/generator)。
-- 按照 Tailwind 命名规则统一将灰色由 `gray5` 改为 `gray-500` 写法,请注意升级后更改写法。详见 [色彩](https://stdf.design/#/guide/color)。
-- Avatar 组件新增头像组用法,详见 [Avatar](https://stdf.design/#/components?nav=avatar&tab=4)。
+- 新增支持多主题配置,请参考 [主题配置](https://stdf.design/guide/theme)、[色彩](https://stdf.design/guide/color)、[主题生成器](https://stdf.design/guide/generator)。
+- 按照 Tailwind 命名规则统一将灰色由 `gray5` 改为 `gray-500` 写法,请注意升级后更改写法。详见 [色彩](https://stdf.design/guide/color)。
+- Avatar 组件新增头像组用法,详见 [Avatar](https://stdf.design/components?nav=avatar&tab=4)。
 
 
 ## 0.3.2 <font size=1>2023-10-11</font>
 ## 0.3.2 <font size=1>2023-10-11</font>
 
 
-- 修复 Input 组件,详见 [Input](https://stdf.design/#/components?nav=input&tab=4)。
+- 修复 Input 组件,详见 [Input](https://stdf.design/components?nav=input&tab=4)。
 
 
 ## 0.3.1 <font size=1>2023-10-11</font>
 ## 0.3.1 <font size=1>2023-10-11</font>
 
 
-- 增强 Input 组件,详见 [Input](https://stdf.design/#/components?nav=input&tab=4)。
+- 增强 Input 组件,详见 [Input](https://stdf.design/components?nav=input&tab=4)。
 
 
 ## 0.3.0 <font size=1>2023-09-20</font>
 ## 0.3.0 <font size=1>2023-09-20</font>
 
 
-- 新增 NumKeyboard 组件,详见 [NumKeyboard](https://stdf.design/#/components?nav=numKeyboard&tab=0)。
+- 新增 NumKeyboard 组件,详见 [NumKeyboard](https://stdf.design/components?nav=numKeyboard&tab=0)。
 
 
 ## 0.2.11 <font size=1>2023-09-15</font>
 ## 0.2.11 <font size=1>2023-09-15</font>
 
 
-- 修复 Cell,详见 [Cell](https://stdf.design/#/components?nav=cell&tab=4)。
-- 修复 Icon,详见 [Icon](https://stdf.design/#/components?nav=icon&tab=4)。
-- 修复 Skeleton,详见 [Skeleton](https://stdf.design/#/components?nav=skeleton&tab=4)。
+- 修复 Cell,详见 [Cell](https://stdf.design/components?nav=cell&tab=4)。
+- 修复 Icon,详见 [Icon](https://stdf.design/components?nav=icon&tab=4)。
+- 修复 Skeleton,详见 [Skeleton](https://stdf.design/components?nav=skeleton&tab=4)。
 
 
 ## 0.2.10 <font size=1>2023-09-11</font>
 ## 0.2.10 <font size=1>2023-09-11</font>
 
 
-- 增强 Cell 组件,详见 [Cell](https://stdf.design/#/components?nav=cell&tab=4)。
+- 增强 Cell 组件,详见 [Cell](https://stdf.design/components?nav=cell&tab=4)。
 
 
 ## 0.2.9 <font size=1>2023-08-31</font>
 ## 0.2.9 <font size=1>2023-08-31</font>
 
 
@@ -96,7 +96,7 @@
 - 删除部分组件无用代码。
 - 删除部分组件无用代码。
 - 格式化组件代码,方便后续其他参与成员统一代码风格。
 - 格式化组件代码,方便后续其他参与成员统一代码风格。
 - 考虑到组件代码本身体积也不大,还是决定直接将组件源码放入 NPM 包中,方便用户直接查看源码,避免了需要去 GitHub 上查看源码的麻烦。
 - 考虑到组件代码本身体积也不大,还是决定直接将组件源码放入 NPM 包中,方便用户直接查看源码,避免了需要去 GitHub 上查看源码的麻烦。
-- 多语言引入路径改回 `stdf/lang/xx_XX`,详见 [国际化](https://stdf.design/#/guide/internation)。
+- 多语言引入路径改回 `stdf/lang/xx_XX`,详见 [国际化](https://stdf.design/guide/internation)。
 
 
 ## 0.2.7 <font size=1>2023-08-26</font>
 ## 0.2.7 <font size=1>2023-08-26</font>
 
 
@@ -104,14 +104,14 @@
 
 
 ## 0.2.5 <font size=1>2023-08-16</font>
 ## 0.2.5 <font size=1>2023-08-16</font>
 
 
-- Icon 修改 path 默认值,详见 [Icon](https://stdf.design/#/components?nav=icon&tab=4)。
+- Icon 修改 path 默认值,详见 [Icon](https://stdf.design/components?nav=icon&tab=4)。
 - 新增了 `rollup-plugin-stdf-icon` 插件,将指定文件夹内的所有 SVG 组合为 SVG symbol,详见 [rollup-plugin-stdf-icon](https://www.npmjs.com/package/rollup-plugin-stdf-icon),方便 STDF 的 Icon 组件使用。
 - 新增了 `rollup-plugin-stdf-icon` 插件,将指定文件夹内的所有 SVG 组合为 SVG symbol,详见 [rollup-plugin-stdf-icon](https://www.npmjs.com/package/rollup-plugin-stdf-icon),方便 STDF 的 Icon 组件使用。
 - 配合 `rollup-plugin-stdf-icon` 更新 `create-stdf`。
 - 配合 `rollup-plugin-stdf-icon` 更新 `create-stdf`。
 
 
 ## 0.2.4 <font size=1>2023-08-14</font>
 ## 0.2.4 <font size=1>2023-08-14</font>
 
 
 - 0.2.2 ~ 0.2.4 优化文件结构,精简 NPM 包体积。抵制 `node_modules` 体积膨胀和依赖黑洞,从我做起!
 - 0.2.2 ~ 0.2.4 优化文件结构,精简 NPM 包体积。抵制 `node_modules` 体积膨胀和依赖黑洞,从我做起!
-- 多语言引入路径由 `stdf/lang/xx_XX` 改为 `stdf/dist/lang/xx_XX`,详见 [国际化](https://stdf.design/#/guide/internation)。
+- 多语言引入路径由 `stdf/lang/xx_XX` 改为 `stdf/dist/lang/xx_XX`,详见 [国际化](https://stdf.design/guide/internation)。
 
 
 ## 0.2.1 <font size=1>2023-07-26</font>
 ## 0.2.1 <font size=1>2023-07-26</font>
 
 
@@ -120,7 +120,7 @@
 ## 0.2.0 <font size=1>2023-07-23</font>
 ## 0.2.0 <font size=1>2023-07-23</font>
 
 
 - 适配 Svelte 4 同时也兼容 Svelte 3。目前仅需适配一项,即升级部分组件过渡动画,参考 Svelte 4 migration guide - [Transitions are local by default](https://svelte.dev/docs/v4-migration-guide#transitions-are-local-by-default)。
 - 适配 Svelte 4 同时也兼容 Svelte 3。目前仅需适配一项,即升级部分组件过渡动画,参考 Svelte 4 migration guide - [Transitions are local by default](https://svelte.dev/docs/v4-migration-guide#transitions-are-local-by-default)。
-- 增强 Swiper 组件,详见 [Swiper](https://stdf.design/#/components?nav=swiper&tab=4)。
+- 增强 Swiper 组件,详见 [Swiper](https://stdf.design/components?nav=swiper&tab=4)。
 
 
 ## 0.1.5 <font size=1>2023-07-19</font>
 ## 0.1.5 <font size=1>2023-07-19</font>
 
 
@@ -132,11 +132,11 @@
 
 
 ## 0.1.3 <font size=1>2023-07-16</font>
 ## 0.1.3 <font size=1>2023-07-16</font>
 
 
-- Pagination 新增 Props。详见 [Pagination](https://stdf.design/#/components?nav=pagination&tab=4)。
+- Pagination 新增 Props。详见 [Pagination](https://stdf.design/components?nav=pagination&tab=4)。
 
 
 ## 0.1.2 <font size=1>2023-07-11</font>
 ## 0.1.2 <font size=1>2023-07-11</font>
 
 
-- Pagination 细节优化。详见 [Pagination](https://stdf.design/#/components?nav=pagination&tab=4)。
+- Pagination 细节优化。详见 [Pagination](https://stdf.design/components?nav=pagination&tab=4)。
 
 
 ## 0.1.1 <font size=1>2023-07-10</font>
 ## 0.1.1 <font size=1>2023-07-10</font>
 
 
@@ -144,7 +144,7 @@
 
 
 ## 0.1.0 <font size=1>2023-07-10</font>
 ## 0.1.0 <font size=1>2023-07-10</font>
 
 
-- 新增 Pagination 组件,详见 [Pagination](https://stdf.design/#/components?nav=pagination&tab=0)。
+- 新增 Pagination 组件,详见 [Pagination](https://stdf.design/components?nav=pagination&tab=0)。
 
 
 ## 0.0.27 <font size=1>2023-06-29</font>
 ## 0.0.27 <font size=1>2023-06-29</font>
 
 
@@ -152,11 +152,11 @@
 
 
 ## 0.0.11 <font size=1>2023-06-19</font>
 ## 0.0.11 <font size=1>2023-06-19</font>
 
 
-- 优化 Input,详见 [Input](https://stdf.design/#/components?nav=input&tab=4)。
+- 优化 Input,详见 [Input](https://stdf.design/components?nav=input&tab=4)。
 
 
 ## 0.0.10 <font size=1>2023-06-17</font>
 ## 0.0.10 <font size=1>2023-06-17</font>
 
 
-- 优化 Cell,详见 [Cell](https://stdf.design/#/components?nav=cell&tab=4)。
+- 优化 Cell,详见 [Cell](https://stdf.design/components?nav=cell&tab=4)。
 
 
 ## 0.0.9
 ## 0.0.9
 
 
@@ -164,7 +164,7 @@
 
 
 ## 0.0.8
 ## 0.0.8
 
 
-- 修复 Calendar,详见 [Calendar](https://stdf.design/#/components?nav=calendar&tab=4)。
+- 修复 Calendar,详见 [Calendar](https://stdf.design/components?nav=calendar&tab=4)。
 
 
 ## 0.0.7
 ## 0.0.7
 
 
@@ -173,7 +173,7 @@
 
 
 ## 0.0.6
 ## 0.0.6
 
 
-- 新增 Loading 类型,详见 [Loading](https://stdf.design/#/components?nav=loading&tab=4)。
+- 新增 Loading 类型,详见 [Loading](https://stdf.design/components?nav=loading&tab=4)。
 
 
 ## 0.0.1 <font size=1>2023-04-27</font>
 ## 0.0.1 <font size=1>2023-04-27</font>
 
 

+ 43 - 50
docs/mds/guide/changelog_en.md

@@ -1,61 +1,54 @@
-## 1.0.0-next.9 <font size=1>2024-12-23</font>
+## 1.0.0 <font size=1>2025-04-03</font>
 
 
-- Enhanced NumKeyboard component, please see [NumKeyboard](https://next.stdf.design/components?nav=numKeyboard&tab=4).
-
-## 1.0.0-next.8 <font size=1>2024-12-16</font>
-
-- Enhanced NavBar component, please see [NavBar](https://next.stdf.design/components?nav=navBar&tab=4).
-- Fixed Cell component, please see [Cell](https://next.stdf.design/components?nav=cell&tab=4).
-
-## 1.0.0-next.6 <font size=1>2024-12-03</font>
-
-- Added multi-language files.
-
-## 1.0.0-next.5 <font size=1>2024-12-02</font>
-
-- Full support for Svelte 5 and TypeScript, including libraries and demos.
+- Full support for Svelte v5, Tailwind CSS v4, and TypeScript, including libraries, demos, create-stdf, and site.
 - Rebuilt the library according to Svelte official CLI [sv create](https://svelte.dev/docs/cli/sv-create).
 - Rebuilt the library according to Svelte official CLI [sv create](https://svelte.dev/docs/cli/sv-create).
+- Enhanced NavBar component, please see [NavBar](https://stdf.design/components?nav=navBar&tab=4).
+- Fixed Cell component, please see [Cell](https://stdf.design/components?nav=cell&tab=4).
+- Enhanced NumKeyboard component, please see [NumKeyboard](https://stdf.design/components?nav=numKeyboard&tab=4).
+- Rewrote Checkbox, Radio, etc. components, modified some component APIs, please check when upgrading.
+- Document component API added type.
+- Follow Tailwind CSS v4, the color system of document site, theme generator, component library, etc. uses oklch, reference [Tailwind CSS](https://tailwindcss.com/docs/colors).
 
 
 ## 0.5.3 <font size=1>2024-11-19</font>
 ## 0.5.3 <font size=1>2024-11-19</font>
 
 
-- Optimized Icon component, please see [Icon](https://stdf.design/#/components?nav=icon&tab=4).
+- Optimized Icon component, please see [Icon](https://stdf.design/components?nav=icon&tab=4).
 
 
 ## 0.5.2 <font size=1>2024-10-02</font>
 ## 0.5.2 <font size=1>2024-10-02</font>
 
 
-- Optimized Button component, please see [Button](https://stdf.design/#/components?nav=button&tab=4).
+- Optimized Button component, please see [Button](https://stdf.design/components?nav=button&tab=4).
 
 
 ## 0.5.1 <font size=1>2024-10-02</font>
 ## 0.5.1 <font size=1>2024-10-02</font>
 
 
-- Optimized Button component, please see [Button](https://stdf.design/#/components?nav=button&tab=4).
-- Optimized BottomSheet component, please see [BottomSheet](https://stdf.design/#/components?nav=bottomSheet&tab=4).
-- Optimized IndexBar component, please see [IndexBar](https://stdf.design/#/components?nav=indexBar&tab=4).
-- Fixed Avatar component, please see [Avatar](https://stdf.design/#/components?nav=avatar&tab=4).
+- Optimized Button component, please see [Button](https://stdf.design/components?nav=button&tab=4).
+- Optimized BottomSheet component, please see [BottomSheet](https://stdf.design/components?nav=bottomSheet&tab=4).
+- Optimized IndexBar component, please see [IndexBar](https://stdf.design/components?nav=indexBar&tab=4).
+- Fixed Avatar component, please see [Avatar](https://stdf.design/components?nav=avatar&tab=4).
 
 
 ## 0.5.0 <font size=1>2024-09-09</font>
 ## 0.5.0 <font size=1>2024-09-09</font>
 
 
-- Added Stepper component, please see [Stepper](https://stdf.design/#/components?nav=stepper&tab=0).
+- Added Stepper component, please see [Stepper](https://stdf.design/components?nav=stepper&tab=0).
 
 
 ## 0.4.7 <font size=1>2024-08-12</font>
 ## 0.4.7 <font size=1>2024-08-12</font>
 
 
-- Fixed Pagination component, please see [Pagination](https://stdf.design/#/components?nav=pagination&tab=4).
-- Optimized Loading component, please see [Loading](https://stdf.design/#/components?nav=loading&tab=4).
-- Optimized Slider component, please see [Slider](https://stdf.design/#/components?nav=slider&tab=4).
+- Fixed Pagination component, please see [Pagination](https://stdf.design/components?nav=pagination&tab=4).
+- Optimized Loading component, please see [Loading](https://stdf.design/components?nav=loading&tab=4).
+- Optimized Slider component, please see [Slider](https://stdf.design/components?nav=slider&tab=4).
 
 
 ## 0.4.6 <font size=1>2024-03-31</font>
 ## 0.4.6 <font size=1>2024-03-31</font>
 
 
-- Add Loading type, For more information, please see [Loading](https://stdf.design/#/components?nav=loading&tab=4).
+- Add Loading type, For more information, please see [Loading](https://stdf.design/components?nav=loading&tab=4).
 
 
 ## 0.4.5 <font size=1>2024-03-28</font>
 ## 0.4.5 <font size=1>2024-03-28</font>
 
 
-- Fixed the Pagination component, please see [Pagination](https://stdf.design/#/components?nav=pagination&tab=4).
+- Fixed the Pagination component, please see [Pagination](https://stdf.design/components?nav=pagination&tab=4).
 
 
 ## 0.4.4 <font size=1>2023-12-13</font>
 ## 0.4.4 <font size=1>2023-12-13</font>
 
 
-- Enhanced Tabs components, please see [Tabs](https://stdf.design/#/components?nav=tabs&tab=4).
+- Enhanced Tabs components, please see [Tabs](https://stdf.design/components?nav=tabs&tab=4).
 
 
 ## 0.4.3 <font size=1>2023-12-11</font>
 ## 0.4.3 <font size=1>2023-12-11</font>
 
 
-- Modify the Tabs component, please see [Tabs](https://stdf.design/#/components?nav=tabs&tab=4).
+- Modify the Tabs component, please see [Tabs](https://stdf.design/components?nav=tabs&tab=4).
 
 
 ## 0.4.2 <font size=1>2023-11-21</font>
 ## 0.4.2 <font size=1>2023-11-21</font>
 
 
@@ -67,31 +60,31 @@
 
 
 ## 0.4.0 <font size=1>2023-11-03</font>
 ## 0.4.0 <font size=1>2023-11-03</font>
 
 
-- Added support for multi-theme configuration, please refer to [Theme Configuration](https://stdf.design/#/guide/theme), [Color](https://stdf.design/#/guide/color), [Theme Generator](https://stdf.design/#/guide/generator).
-- In accordance with the Tailwind naming rules, the gray color has been uniformly changed from `gray5` to `gray-500` writing method. Please note that the writing method should be changed after the upgrade. See [Color](https://stdf.design/#/guide/color) for details.
-- The Avatar component adds the usage of the avatar group, please see [Avatar](https://stdf.design/#/components/avatar&tab=4).
+- Added support for multi-theme configuration, please refer to [Theme Configuration](https://stdf.design/guide/theme), [Color](https://stdf.design/guide/color), [Theme Generator](https://stdf.design/guide/generator).
+- In accordance with the Tailwind naming rules, the gray color has been uniformly changed from `gray5` to `gray-500` writing method. Please note that the writing method should be changed after the upgrade. See [Color](https://stdf.design/guide/color) for details.
+- The Avatar component adds the usage of the avatar group, please see [Avatar](https://stdf.design/components/avatar&tab=4).
 
 
 ## 0.3.2 <font size=1>2023-10-11</font>
 ## 0.3.2 <font size=1>2023-10-11</font>
 
 
-- Fix Input, please see [Input](https://stdf.design/#/components?nav=input&tab=4).
+- Fix Input, please see [Input](https://stdf.design/components?nav=input&tab=4).
 
 
 ## 0.3.1 <font size=1>2023-10-11</font>
 ## 0.3.1 <font size=1>2023-10-11</font>
 
 
-- Enhanced the Input component. For details, see [Input](https://stdf.design/#/components?nav=input&tab=4).
+- Enhanced the Input component. For details, see [Input](https://stdf.design/components?nav=input&tab=4).
 
 
 ## 0.3.0 <font size=1>2023-09-20</font>
 ## 0.3.0 <font size=1>2023-09-20</font>
 
 
-- Add NumKeyboard component, please see [NumKeyboard](https://stdf.design/#/components?nav=numKeyboard&tab=0).
+- Add NumKeyboard component, please see [NumKeyboard](https://stdf.design/components?nav=numKeyboard&tab=0).
 
 
 ## 0.2.11 <font size=1>2023-09-15</font>
 ## 0.2.11 <font size=1>2023-09-15</font>
 
 
-- Fix Cell, please see [Cell](https://stdf.design/#/components?nav=cell&tab=4).
-- Fix Icon, please see [Icon](https://stdf.design/#/components?nav=icon&tab=4).
-- Fix Skeleton, please see [Skeleton](https://stdf.design/#/components?nav=skeleton&tab=4).
+- Fix Cell, please see [Cell](https://stdf.design/components?nav=cell&tab=4).
+- Fix Icon, please see [Icon](https://stdf.design/components?nav=icon&tab=4).
+- Fix Skeleton, please see [Skeleton](https://stdf.design/components?nav=skeleton&tab=4).
 
 
 ## 0.2.10 <font size=1>2023-09-11</font>
 ## 0.2.10 <font size=1>2023-09-11</font>
 
 
-- Enhanced the Cell component. For details, see [Cell](https://stdf.design/#/components?nav=cell&tab=4).
+- Enhanced the Cell component. For details, see [Cell](https://stdf.design/components?nav=cell&tab=4).
 
 
 ## 0.2.9 <font size=1>2023-08-31</font>
 ## 0.2.9 <font size=1>2023-08-31</font>
 
 
@@ -102,7 +95,7 @@
 - Removed unnecessary code from some components.
 - Removed unnecessary code from some components.
 - Formatted component code to facilitate consistent code style among other contributors in the future.
 - Formatted component code to facilitate consistent code style among other contributors in the future.
 - Considering that the size of the component code itself is not large, we decided to directly include the component source code in the NPM package. This makes it easier for users to view the source code directly and avoids the hassle of having to view the source code on GitHub.
 - Considering that the size of the component code itself is not large, we decided to directly include the component source code in the NPM package. This makes it easier for users to view the source code directly and avoids the hassle of having to view the source code on GitHub.
-- Reverted the language import path back to `stdf/lang/xx_XX`, as described in the [Internationalization](https://stdf.design/#/guide/internation) section.
+- Reverted the language import path back to `stdf/lang/xx_XX`, as described in the [Internationalization](https://stdf.design/guide/internation) section.
 
 
 ## 0.2.7 <font size=1>2023-08-26</font>
 ## 0.2.7 <font size=1>2023-08-26</font>
 
 
@@ -110,14 +103,14 @@
 
 
 ## 0.2.5 <font size=1>2023-08-16</font>
 ## 0.2.5 <font size=1>2023-08-16</font>
 
 
-- The default value of `path` in the Icon component has been modified. Please refer to the [Icon](https://stdf.design/#/components?nav=icon&tab=4) section for more details.
+- The default value of `path` in the Icon component has been modified. Please refer to the [Icon](https://stdf.design/components?nav=icon&tab=4) section for more details.
 - A new plugin called `rollup-plugin-stdf-icon` has been added. It combines all SVG files in a specified folder into an SVG symbol for the convenience of using the Icon component in STDF. Please see [rollup-plugin-stdf-icon](https://www.npmjs.com/package/rollup-plugin-stdf-icon) for more information.
 - A new plugin called `rollup-plugin-stdf-icon` has been added. It combines all SVG files in a specified folder into an SVG symbol for the convenience of using the Icon component in STDF. Please see [rollup-plugin-stdf-icon](https://www.npmjs.com/package/rollup-plugin-stdf-icon) for more information.
 - The `create-stdf` project has been updated to work with `rollup-plugin-stdf-icon`.
 - The `create-stdf` project has been updated to work with `rollup-plugin-stdf-icon`.
 
 
 ## 0.2.4 <font size=1>2023-08-14</font>
 ## 0.2.4 <font size=1>2023-08-14</font>
 
 
 - 0.2.2 ~ 0.2.4 Optimized file structure and reduced NPM package size. Say no to bloated `node_modules` and dependency black holes!
 - 0.2.2 ~ 0.2.4 Optimized file structure and reduced NPM package size. Say no to bloated `node_modules` and dependency black holes!
-- Updated the language import path from `stdf/lang/xx_XX` to `stdf/dist/lang/xx_XX`. For more details, please refer to the [Internation](https://stdf.design/#/guide/internation).
+- Updated the language import path from `stdf/lang/xx_XX` to `stdf/dist/lang/xx_XX`. For more details, please refer to the [Internation](https://stdf.design/guide/internation).
 
 
 ## 0.2.1 <font size=1>2023-07-26</font>
 ## 0.2.1 <font size=1>2023-07-26</font>
 
 
@@ -126,7 +119,7 @@
 ## 0.2.0 <font size=1>2023-07-23</font>
 ## 0.2.0 <font size=1>2023-07-23</font>
 
 
 - Adapted for Svelte 4 while remaining compatible with Svelte 3. Currently, only one item needs to be adapted, which is to upgrade the transition animation of some components. Refer to the Svelte 4 migration guide - [Transitions are local by default](https://svelte.dev/docs/v4-migration-guide#transitions-are-local-by-default).
 - Adapted for Svelte 4 while remaining compatible with Svelte 3. Currently, only one item needs to be adapted, which is to upgrade the transition animation of some components. Refer to the Svelte 4 migration guide - [Transitions are local by default](https://svelte.dev/docs/v4-migration-guide#transitions-are-local-by-default).
-- Enhanced the Swiper component. For details, see [Swiper](https://stdf.design/#/components?nav=swiper&tab=4).
+- Enhanced the Swiper component. For details, see [Swiper](https://stdf.design/components?nav=swiper&tab=4).
 
 
 ## 0.1.5 <font size=1>2023-07-19</font>
 ## 0.1.5 <font size=1>2023-07-19</font>
 
 
@@ -138,11 +131,11 @@
 
 
 ## 0.1.3 <font size=1>2023-07-16</font>
 ## 0.1.3 <font size=1>2023-07-16</font>
 
 
-- Pagination add Props. Please see [Pagination](https://stdf.design/#/components?nav=pagination&tab=4).
+- Pagination add Props. Please see [Pagination](https://stdf.design/components?nav=pagination&tab=4).
 
 
 ## 0.1.2 <font size=1>2023-07-11</font>
 ## 0.1.2 <font size=1>2023-07-11</font>
 
 
-- Pagination fine-tuning. Please see [Pagination](https://stdf.design/#/components?nav=pagination&tab=4).
+- Pagination fine-tuning. Please see [Pagination](https://stdf.design/components?nav=pagination&tab=4).
 
 
 ## 0.1.1 <font size=1>2023-07-10</font>
 ## 0.1.1 <font size=1>2023-07-10</font>
 
 
@@ -150,7 +143,7 @@
 
 
 ## 0.1.0 <font size=1>2023-07-10</font>
 ## 0.1.0 <font size=1>2023-07-10</font>
 
 
-- Add Pagination component, please see [Pagination](https://stdf.design/#/components?nav=pagination&tab=0).
+- Add Pagination component, please see [Pagination](https://stdf.design/components?nav=pagination&tab=0).
 
 
 ## 0.0.27 <font size=1>2023-06-29</font>
 ## 0.0.27 <font size=1>2023-06-29</font>
 
 
@@ -158,11 +151,11 @@
 
 
 ## 0.0.11 <font size=1>2023-06-19</font>
 ## 0.0.11 <font size=1>2023-06-19</font>
 
 
-- Optimize Input, please see [Input](https://stdf.design/#/components?nav=input&tab=4).
+- Optimize Input, please see [Input](https://stdf.design/components?nav=input&tab=4).
 
 
 ## 0.0.10 <font size=1>2023-06-17</font>
 ## 0.0.10 <font size=1>2023-06-17</font>
 
 
-- Optimize Cell, please see [Cell](https://stdf.design/#/components?nav=cell&tab=4).
+- Optimize Cell, please see [Cell](https://stdf.design/components?nav=cell&tab=4).
 
 
 ## 0.0.9
 ## 0.0.9
 
 
@@ -170,7 +163,7 @@
 
 
 ## 0.0.8
 ## 0.0.8
 
 
-- Fix Calendar, please see [Calendar](https://stdf.design/#/components?nav=calendar&tab=4).
+- Fix Calendar, please see [Calendar](https://stdf.design/components?nav=calendar&tab=4).
 
 
 ## 0.0.7
 ## 0.0.7
 
 
@@ -179,7 +172,7 @@
 
 
 ## 0.0.6
 ## 0.0.6
 
 
-- Add Loading type, For more information, please see [Loading](https://stdf.design/#/components?nav=loading&tab=4).
+- Add Loading type, For more information, please see [Loading](https://stdf.design/components?nav=loading&tab=4).
 
 
 ## 0.0.1 <font size=1>2023-04-27</font>
 ## 0.0.1 <font size=1>2023-04-27</font>