소스 검색

[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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.