SettingPanel for wenku8++
אלו כל גרסאות הסקריפט הראה רק גרסאות בהן בוצע שינוי קוד
SettingOptions的reset方法不再自动保存到config,仅仅reset GUI内容
修复箭头函数没有this导致的SettingOption问题
提供注册SettingOption组件的接口提供检测SettingOption组件type是否存在的接口允许SettingOption组件type传入数组;当传入数组时,自动选用第一个可用的type
修复了点击保存/恢复到修改前按钮会关闭窗口的问题点击保存/恢复到修改前按钮新增消息框提示
修复按钮组buttons参数不生效的问题
尝试修复onclose的bug
修复窗口创建过程中参数设置逻辑错误修复窗口参数设置类型检查器逻辑错误
刚才那版应该是0.3,写错了版本号修复了缺少break导致setpanel创建报错的问题
支持根据参数创建两组不同的窗口按钮更换了表格线的颜色
Support object as SettingOption args again
修复SettingOption创建元素的函数忘记执行的问题(😅)
改善界面
fixed checker not fullt working for SettingOptionfixed alertify.setpanel autoclose after buttion clicked
fixed this issue
this
Added autoSave prop for SettingOption
bug fix
Alertify.setpanel design change
Correct select default value mistake in SettingOption
fixed valueGetter calling mistake in SettingOption
fixed element creating mistake when data not porvided in SettingOption
Support boolean SettingOption type specifing checked and unchecked value using data property of details
fix SettingOption storage error
Removed @protect
Corrected SettingOption scope mistake
Correct SettingOption variable scope & name mistake
Updated @require ConfigManager
@protect support
updated @require Basic Functions