Переглянути джерело

[doc]更新文档,将“Thin”修改为“Tiny”,以更准确地描述组件库的特性。

dufu1991 1 рік тому
батько
коміт
e9cd1fdb7d

+ 1 - 1
README.md

@@ -41,7 +41,7 @@
 
 Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind](https://www.tailwindcss.com) .
 
-> **S**imple • **T**hin • **D**esign • **F**ast
+> **S**imple • **T**iny • **D**esign • **F**ast
 
 # Features
 

+ 1 - 1
README_CN.md

@@ -41,7 +41,7 @@
 
 基于 [Svelte](https://svelte.dev) 与 [Tailwind](https://www.tailwindcss.com) 的移动 web 组件库。
 
-> **S**imple • **T**hin • **D**esign • **F**ast
+> **S**imple • **T**iny • **D**esign • **F**ast
 
 > 简 单 • 轻 量 • 设 计 • 快 速
 

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

@@ -1,6 +1,6 @@
 ## STDF 名称
 
-常规解释:S 代表 Simple(简单),T 代表 Thin(轻量),D 代表 Design(设计),F 代表 Fast(快速),STDF 代表一个使用简单、体积轻量、设计友好、开发快速的组件库。
+常规解释:S 代表 Simple(简单),T 代表 Tiny(轻量),D 代表 Design(设计),F 代表 Fast(快速),STDF 代表一个使用简单、体积轻量、设计友好、开发快速的组件库。
 
 非常规解释:S 和 T 分别代表 Svelte 和 Tailwind,因为 STDF 是基于 Svelte 和 Tailwind 的。DF 可以看成诗人杜甫,不像李白那么浪漫飘逸,他注重的是实用性与易用性,这也是 STDF 的设计理念。希望每一位使用 STDF 的开发者都能写出诗一般的代码。
 

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

@@ -1,6 +1,6 @@
 ## STDF Name
 
-Generally speaking, S stands for Simple, T stands for Thin, D stands for Design, and F stands for Fast. So, STDF is a simple, lightweight, design-friendly, and fast UI component library.
+Generally speaking, S stands for Simple, T stands for Tiny, D stands for Design, and F stands for Fast. So, STDF is a simple, lightweight, design-friendly, and fast UI component library.
 
 Unconventional explanation: S and T stand for Svelte and Tailwind respectively, because STDF is based on Svelte and Tailwind. DF can be seen as the poet Du Fu, who is not as romantic and elegant as Li Bai. He pays attention to practicality and ease of use, which is also the design concept of STDF. I hope that every developer who uses STDF can write code like a poem.
 

+ 1 - 1
docs/site/src/routes/+page.svelte

@@ -206,7 +206,7 @@
 			shwTip: false
 		},
 		{
-			title: 'Thin',
+			title: 'Tiny',
 			titleZh: '轻量',
 			desc: '体积小,无依赖,适合移动端。',
 			descEn: 'Small size, no deps, for mobile.',