Bladeren bron

[action]Update

dufu1991 2 jaren geleden
bovenliggende
commit
d661c41fd3
4 gewijzigde bestanden met toevoegingen van 6 en 4 verwijderingen
  1. 1 1
      .github/workflows/publish-create.yml
  2. 1 1
      .github/workflows/publish-icon.yml
  3. 2 1
      README.md
  4. 2 1
      README_CN.md

+ 1 - 1
.github/workflows/publish-create.yml

@@ -42,4 +42,4 @@ jobs:
           npm publish --provenance
         env:
           CI: true
-          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CREATE }}
+          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

+ 1 - 1
.github/workflows/publish-icon.yml

@@ -40,4 +40,4 @@ jobs:
           npm publish --provenance
         env:
           CI: true
-          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ICON }}
+          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

+ 2 - 1
README.md

@@ -52,6 +52,7 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
 - 🪜 Comes with a scaffolding tool for quick project creation.
 - 🔗 Comes with an SVG merging plugin for quickly merging SVG files.
 - 🍺 IDE plugin for quickly viewing component APIs.
+- 🔧 Props supports type prompts and detection.
 
 # Getting Started
 
@@ -80,7 +81,7 @@ import { Button } from 'stdf';
 
 ## 😓 No project? Create one
 
-You can try using [create-stdf](https://www.npmjs.com/package/create-stdf) to quickly create a project. (beta version)
+You can try using [create-stdf](https://www.npmjs.com/package/create-stdf) to quickly create a project.
 
 ```bash
 pnpm create stdf

+ 2 - 1
README_CN.md

@@ -54,6 +54,7 @@
 - 🪜 配套脚手架,快速创建工程。
 - 🔗 配套 SVG 合并插件,快速合并 SVG。
 - 🍺 配套 IDE 插件,快速查看组件 API。
+- 🔧 Props 支持类型提示与检测。
 
 # 快速上手
 
@@ -82,7 +83,7 @@ import { Button } from 'stdf';
 
 ## 😓 无工程?创建工程
 
-可以尝试使用 [create-stdf](https://www.npmjs.com/package/create-stdf) 快速创建工程。(beta 版本)
+可以尝试使用 [create-stdf](https://www.npmjs.com/package/create-stdf) 快速创建工程。
 
 ```bash
 pnpm create stdf