Browse Source

Merge remote-tracking branch 'origin/master'

kongzue 2 years ago
parent
commit
21e22be42a
3 changed files with 18 additions and 0 deletions
  1. 6 0
      README.md
  2. 6 0
      README_EN.md
  3. 6 0
      README_TC.md

+ 6 - 0
README.md

@@ -95,6 +95,12 @@ DialogX 包含以下对话框组件:
 
   根据定制化自由度的对话框组件,完全由用户自行实现布局内容。CustomDialog 提供了 ALIGN 选项可以轻松定制对话框弹出的方式,默认支持屏幕中央、屏幕底部、屏幕顶部、屏幕左侧、屏幕右侧多种弹出模式,也会提供相应的弹出动画效果,当然用户也可以自定义动画效果。
 
+- [引导对话框 GuideDialog](https://github.com/kongzue/DialogX/wiki/%E5%BC%95%E5%AF%BC%E5%AF%B9%E8%AF%9D%E6%A1%86-GuideDialog(Beta))
+  
+  ![引导对话框 GuideDialog](https://github.com/kongzue/DialogX/raw/master/readme/guidedialog.png)
+
+可以实现一个遮罩展示操作引导图,或者对按钮进行操作提示指引。GuideDialog 可以围绕一个界面上的组件显示,并实现舞台光的效果,舞台光可选圆形(外围、内侧)、方形(外围、内侧)和矩形模式,方形和矩形可设置圆角。
+
 # DialogX主题
 
 ![DialogX主题](https://github.com/kongzue/DialogX/raw/master/readme/allstyle.png)

+ 6 - 0
README_EN.md

@@ -98,6 +98,12 @@ DialogX contains the following dialog components:
 
   CustomDialog provides ALIGN option to easily customize the pop-up mode of the dialog box, which supports multiple pop-up modes of screen center, screen bottom, screen top, screen left and screen right by default, and also provides corresponding pop-up animation effect, of course, users can also customize the animation effect.
 
+- [GuideDialog](https://github.com/kongzue/DialogX/wiki/%E5%BC%95%E5%AF%BC%E5%AF%B9%E8%AF%9D%E6%A1%86-GuideDialog(Beta))
+  
+  ![引導對話框 GuideDialog](https://github.com/kongzue/DialogX/raw/master/readme/guidedialog.png)
+
+A mask can be implemented to show the operation guide diagram, or to guide the operation tips for buttons. GuideDialog can be displayed around a component on the interface and realize the effect of stage light. Stage light can be selected from round (outer, inner), square (outer, inner) and rectangle modes, and square and rectangle can be set with rounded corners.
+
 # Themes
 
 ![DialogX主题](https://github.com/kongzue/DialogX/raw/master/readme/allstyle.png)

+ 6 - 0
README_TC.md

@@ -95,6 +95,12 @@ DialogX 包含以下對話框組件:
 
   根據訂製化自由度的對話框組件,完全由用戶自行實現布局內容。CustomDialog 提供了 ALIGN 選項可以輕鬆訂製對話框彈出的方式,默認支持螢幕中央、螢幕底部、螢幕頂部、螢幕左側、螢幕右側多種彈出模式,也會提供相應的彈出動畫效果,當然用戶也可以自訂動畫效果。
 
+- [引導對話框 GuideDialog](https://github.com/kongzue/DialogX/wiki/%E5%BC%95%E5%AF%BC%E5%AF%B9%E8%AF%9D%E6%A1%86-GuideDialog(Beta))
+  
+  ![引導對話框 GuideDialog](https://github.com/kongzue/DialogX/raw/master/readme/guidedialog.png)
+
+可以實現一個遮罩展示操作引導圖,或者對按鈕進行操作提示指引。GuideDialog 可以圍繞一個界面上的組件顯示,並實現舞台光的效果,舞台光可選圓形(外圍、內側)、方形(外圍、內側)和矩形模式,方形和矩形可設置圓角。
+
 # DialogX主題
 
 ![DialogX主題](https://github.com/kongzue/DialogX/raw/master/readme/allstyle.png)