Commit 9f66c58e by Victor Wang

NotyPopLoadTemplate 模板支持自动安装

parent 2aca3f9c
...@@ -5,6 +5,7 @@ module IGeTui ...@@ -5,6 +5,7 @@ module IGeTui
attr_accessor :pop_title, :pop_text, :pop_image attr_accessor :pop_title, :pop_text, :pop_image
attr_accessor :pop_button_1, :pop_button_2 attr_accessor :pop_button_1, :pop_button_2
attr_accessor :load_icon, :load_title, :load_url attr_accessor :load_icon, :load_title, :load_url
attr_accessor :android_mask, :symbia_mask, :ios_mask
attr_accessor :is_auto_install, :is_active attr_accessor :is_auto_install, :is_active
def initialize def initialize
...@@ -25,6 +26,9 @@ module IGeTui ...@@ -25,6 +26,9 @@ module IGeTui
@is_ring = true @is_ring = true
@is_vibrate = true @is_vibrate = true
@is_clearable = true @is_clearable = true
@android_mask = ''
@symbia_mask = ''
@ios_mask = ''
@is_auto_install = false @is_auto_install = false
@is_active = false @is_active = false
super super
......
module IGeTui module IGeTui
VERSION = "1.0.1" VERSION = "1.1.0"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment