Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jun 26, 2024
1 parent 33afb53 commit f589466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ We support getting svg icons from figma documents. The specific implementation s

Create a figma document with the page name Icons and get the file id.

<img src="https://cdn.jsdelivr.net/gh/varletjs/varlet-icons-library-starter/static/figma.png" />
<img src="https://github.com/varletjs/varlet-icons-library-starter/blob/main/static/figma.png?raw=true" />

#### Step 2

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default defineConfig({

创建一个 figma 文档,将 svg 图标库的页面名称设置为 `Icons`,并获取到文件 id。

<img src="https://cdn.jsdelivr.net/gh/varletjs/varlet-icons-library-starter/static/figma.png" />
<img src="https://github.com/varletjs/varlet-icons-library-starter/blob/main/static/figma.png?raw=true" />

#### 步骤二

Expand Down

0 comments on commit f589466

Please sign in to comment.