فهرست منبع

[doc]更新文档,修正Svelte版本号的表述,确保中英文版本一致性。同时,更新rollup-plugin-stdf-icon的描述,明确其兼容性以适用于更多项目类型。

dufu1991 1 سال پیش
والد
کامیت
c485f14004

+ 1 - 1
docs/mds/guide/milestone.md

@@ -1,6 +1,6 @@
 ## 2025-04-07
 
-v1 版本发布,完整支持 Svelte 5、Tailwind CSS v4 与 TypeScript。
+v1 版本发布,完整支持 Svelte v5、Tailwind CSS v4 与 TypeScript。
 
 ## 2023-11-03
 

+ 1 - 1
docs/mds/guide/milestone_en.md

@@ -1,6 +1,6 @@
 ## 2025-04-07
 
-v1 version released, full support for Svelte 5, Tailwind CSS v4, and TypeScript.
+v1 version released, full support for Svelte v5, Tailwind CSS v4, and TypeScript.
 
 ## 2023-11-03
 

+ 1 - 1
packages/rollup-plugin-stdf-icon/README.md

@@ -2,7 +2,7 @@
 
 # Introduction
 
-This is a Rollup plugin that combines all SVG files in specified folders (supports multiple) into a single [SVG symbol](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol) for use in [STDF](https://stdf.design) projects. It is compatible with Vite and can be used in Vue or React projects created with Vite.
+This is a Rollup plugin that combines all SVG files in specified folders (supports multiple) into a single [SVG symbol](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol) for use in [STDF](https://stdf.design) projects. It is compatible with Vite and can be used in other projects created with Vite.
 
 For more information about the STDF Icon component, please refer to the [Icon Guide](https://stdf.design/components?nav=icon&tab=2).
 

+ 1 - 1
packages/rollup-plugin-stdf-icon/README_CN.md

@@ -2,7 +2,7 @@
 
 # 介绍
 
-一个 Rolup 插件,将指定文件夹(支持多个)内的所有 SVG 组合为一个 [SVG symbol](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol),以在 [STDF](https://stdf.design) 项目中使用。兼容 Vite,也可用于 Vite 创建的 Vue 或 React 项目。
+一个 Rolup 插件,将指定文件夹(支持多个)内的所有 SVG 组合为一个 [SVG symbol](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol),以在 [STDF](https://stdf.design) 项目中使用。兼容 Vite,也可用于 Vite 创建的其他项目。
 
 关于 STDF 的 Icon 组件,请参考 [Icon 指南](https://stdf.design/components?nav=icon&tab=2)。