Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochunjimmy authored Jun 20, 2023
1 parent 160a2eb commit 0e0f86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ import 'remixicon/fonts/remixicon.css'
如果不打算通过安装的方式使用,可以直接复制下面这行代码到您HTML文档的 <head> 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。

```html
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
```

> 上面 CDN 链接中的 `@3.2.0` 可以更改为任何我们曾经发布过的历史版本号。
> 上面 CDN 链接中的 `@3.4.0` 可以更改为任何我们曾经发布过的历史版本号。
#### 手动下载引入

Expand Down

0 comments on commit 0e0f86d

Please sign in to comment.