Skip to content

Commit 2712a4b

Browse files
author
zhenshuai
committed
-- Modify: readme
1 parent ccd7121 commit 2712a4b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,16 @@ $wtNotify.checkPermission(function () {
7171

7272
* `$wtNotify.permissionLevel` - (granted, denied or default) - 获取当前权限。
7373

74+
75+
### 2.wt-retina
76+
77+
```
78+
$wtRetina.isRetina
79+
$wtRetina.media
80+
```
81+
82+
##### Static methods and properties
83+
-------------------
84+
* `$wtRetina.isRetina` - Boolean - 是否 Retina 屏幕
85+
* `$wtRetina.media` - String - 匹配成功条件
86+

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-wt-genius",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"authors": [
55
"zhenshuai <[email protected]>"
66
],

0 commit comments

Comments
 (0)