Преглед на файлове

[doc]将各个文档中的创建命令更新为使用最新版本的 stdf,确保用户获取最新的使用方式。

dufu1991 преди 1 година
родител
ревизия
602c1bc145
променени са 5 файла, в които са добавени 26 реда и са изтрити 26 реда
  1. 6 6
      README.md
  2. 6 6
      README_CN.md
  3. 6 6
      docs/mds/guide/quickStart.md
  4. 6 6
      docs/mds/guide/quickStart_en.md
  5. 2 2
      docs/site/src/utils/code-group-svg-data.js

+ 6 - 6
README.md

@@ -64,26 +64,26 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # or
-npm init stdf
+npm init stdf@latest
 # or
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
README_CN.md

@@ -66,26 +66,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # 或
-npm init stdf
+npm init stdf@latest
 # 或
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
docs/mds/guide/quickStart.md

@@ -6,26 +6,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # 或
-npm init stdf
+npm init stdf@latest
 # 或
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

+ 6 - 6
docs/mds/guide/quickStart_en.md

@@ -6,26 +6,26 @@
 <!-- :::code-groups -->
 <!-- pnpm -->
 ```sh
-pnpm create stdf
+pnpm create stdf@latest
 ```
 <!-- :: -->
 <!-- npm -->
 ```sh
-npm create stdf
+npm create stdf@latest
 # or
-npm init stdf
+npm init stdf@latest
 # or
-npx create-stdf
+npx create-stdf@latest
 ```
 <!-- :: -->
 <!-- bun -->
 ```sh
-bun create stdf
+bun create stdf@latest
 ```
 <!-- :: -->
 <!-- yarn -->
 ```sh
-yarn create stdf
+yarn create stdf@latest
 ```
 <!-- ::: -->
 

Файловите разлики са ограничени, защото са твърде много
+ 2 - 2
docs/site/src/utils/code-group-svg-data.js


Някои файлове не бяха показани, защото твърде много файлове са промени