Skip to content

Commit 1bf0ba0

Browse files
committed
Update README.md
1 parent 01156d4 commit 1bf0ba0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
[![star](https://gitee.com/xuqu/uView/badge/star.svg?theme=gvp)](https://gitee.com/xuqu/uView/stargazers)
88
[![fork](https://gitee.com/xuqu/uView/badge/fork.svg?theme=gvp)](https://gitee.com/xuqu/uView/members)
9-
[![stars](https://img.shields.io/github/stars/YanxinNet/uView?style=social)](https://github.com/YanxinNet/uView)
10-
[![forks](https://img.shields.io/github/forks/YanxinNet/uView?style=social)](https://github.com/YanxinNet/uView)
11-
[![issues](https://img.shields.io/github/issues/YanxinNet/uView?style=flat-square)](https://github.com/YanxinNet/uView)
12-
[![license](https://img.shields.io/github/license/YanxinNet/uView?style=flat-square)](https://github.com/YanxinNet/uView)
9+
[![stars](https://img.shields.io/github/stars/YanxinNet/uView?style=flat-square&logo=GitHub)](https://github.com/YanxinNet/uView)
10+
[![forks](https://img.shields.io/github/forks/YanxinNet/uView?style=flat-square&logo=GitHub)](https://github.com/YanxinNet/uView)
11+
[![issues](https://img.shields.io/github/issues/YanxinNet/uView?style=flat-square&logo=GitHub)](https://github.com/YanxinNet/uView/issues)
12+
[![Website](https://img.shields.io/badge/uView-up-blue?style=flat-square)](https://uviewui.com)
13+
[![release](https://img.shields.io/github/v/release/YanxinNet/uView?style=flat-square)](https://gitee.com/xuqu/uView/releases)
14+
[![license](https://img.shields.io/github/license/YanxinNet/uView?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License)
1315

1416
## 说明
1517

uview-ui/components/u-parse/u-parse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
style += '</style>';
530530
html = style + html;
531531
}
532-
// 处理 rpx
532+
// 处理rpx
533533
if (html.includes('rpx'))
534534
html = html.replace(/[0-9.]+\s*rpx/g, $ => (parseFloat($) * windowWidth / 750) + 'px');
535535
return html;

0 commit comments

Comments
 (0)