Ver Fonte

修改了README

Kevin há 6 anos atrás
pai
commit
ed0a5b6da0
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 2 2
      README.md
  2. 1 1
      pubspec.yaml

+ 2 - 2
README.md

@@ -11,7 +11,7 @@ dependencies:
 
 # 控件
 
-- [CupertinoPopover](#CupertinoPopover)
+- [CupertinoPopoverButton](#CupertinoPopoverButton)
 - [CupertinoPopoverMenuList](#CupertinoPopoverMenuList)
 - [CupertinoPopoverMenuItem](#CupertinoPopoverMenuItem)
 - [showWeuiToast](#showWeuiToast)
@@ -20,7 +20,7 @@ dependencies:
 
 
 ## CupertinoPopoverButton
-仿iOS的UIPopover效果
+仿iOS的UIPopover效果
 
 用于弹窗的按钮
 ```dart

+ 1 - 1
pubspec.yaml

@@ -1,5 +1,5 @@
 name: cool_ui
-description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,不过有什么觉得好看的可以提Issue
+description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,不过有什么觉得好看的可以提Issue
 version: 0.1.0
 author: Kevin <liangkaikevin@gmail.com>
 homepage: https://github.com/Im-Kevin/cool_ui