api: colors.isSimilar, colors.equals

fix: circular menu icon is not circular when recording
feat: splash ui for built apk
docs: update to latest docs
fix: floating menu not showing automatically
This commit is contained in:
hyb1996
2018-02-02 18:30:08 +08:00
parent d1221d530e
commit c75337a767
25 changed files with 343 additions and 146 deletions

View File

@@ -53,28 +53,28 @@
},
{
"key": "openAppSetting",
"url": "globals.html#globals_getappname_packagename",
"url": "app.html#app_app_openappsetting_packagename",
"summary": "应用设置页"
},
{
"key": "sendEmail",
"url": "globals.html#globals_getappname_packagename",
"summary": "应用设置页"
"url": "app.html#app_app_sendemail_options",
"summary": "发送邮件"
},
{
"key": "intent",
"url": "globals.html#globals_getpackagename_appname",
"summary": "获取包名"
"url": "app.html#app_app_intent_options",
"summary": "意图"
},
{
"key": "startActivity",
"url": "globals.html#globals_getpackagename_appname",
"summary": "获取包名"
"url": "app.html#app_app_startactivity_options",
"summary": "启动活动"
},
{
"key": "sendBroadcast",
"url": "globals.html#globals_getpackagename_appname",
"summary": "获取包名"
"url": "app.html#app_app_sendbroadcast_options",
"summary": "发送广播"
}
]
},
@@ -206,6 +206,26 @@
"key": "assert",
"url": "console.html#console_console_assert_value_message",
"summary": "断言"
},
{
"key": "input",
"url": "console.html#console_console_input_data_args",
"summary": "输入"
},
{
"key": "rawInput",
"url": "console.html#console_console_rawinput_data_args",
"summary": "输入字符串"
},
{
"key": "setSize",
"url": "console.html#console_console_setsize_w_h",
"summary": "输入字符串"
},
{
"key": "setPosition",
"url": "console.html#console_console_setposition_x_y",
"summary": "设置位置"
}
]
},
@@ -216,42 +236,42 @@
"properties": [
{
"key": "select",
"url": "",
"url": "dialogs.html#dialogs_dialogs_select_title_items_callback",
"summary": "选择"
},
{
"key": "singleChoice",
"url": "",
"url": "dialogs.html#dialogs_dialogs_singlechoice_title_items_index_callback",
"summary": "单选"
},
{
"key": "multiChoice",
"url": "",
"url": "dialogs.html#dialogs_dialogs_multichoice_title_items_indices_callback",
"summary": "多选"
},
{
"key": "rawInput",
"url": "",
"url": "dialogs.html#dialogs_dialogs_rawinput_title_prefill_callback",
"summary": "输入字符串"
},
{
"key": "input",
"url": "",
"url": "dialogs.html#dialogs_dialogs_input_title_prefill_callback",
"summary": "输入"
},
{
"key": "alert",
"url": "",
"url": "dialogs.html#dialogs_dialogs_alert_title_content_callback",
"summary": "消息框"
},
{
"key": "confirm",
"url": "",
"url": "dialogs.html#dialogs_dialogs_confirm_title_content_callback",
"summary": "确认框"
},
{
"key": "prompt",
"url": "",
"url": "dialogs.html#dialogs_dialogs_prompt_title_prefill_callback",
"summary": "输入字符串"
}
]
@@ -262,8 +282,8 @@
"summary": "图色",
"properties": [
{
"key": "saveImage",
"url": "images.html#images_images_saveimage_image_path",
"key": "save",
"url": "images.html#images_images_save_image_path",
"summary": "保存图片"
},
{
@@ -273,12 +293,22 @@
},
{
"key": "read",
"url": "",
"url": "images.html#images_images_read_path",
"summary": "读取图片"
},
{
"key": "load",
"url": "images.html#images_images_load_url",
"summary": "加载图片"
},
{
"key": "clip",
"url": "images.html#images_images_clip_img_x_y_w_h",
"summary": "剪切图片"
},
{
"key": "requestScreenCapture",
"url": "images.html#images_requestscreencapture_width_height",
"url": "images.html#images_images_requestscreencapture_landscape",
"summary": "请求截屏",
"global": true
},
@@ -305,6 +335,29 @@
"url": "images.html#images_images_findcolorequals_img_color_x_y_width_height_threads",
"summary": "精确找色",
"global": true
},
{
"key": "findMultiColors",
"url": "images.html#images_images_clip_img_x_y_w_h",
"summary": "多点找色",
"global": true
},
{
"key": "detectsColor",
"url": "images.html#images_images_detectscolor_image_color_x_y_threshold_16_algorithm_diff",
"summary": "颜色检测"
},
{
"key": "findImage",
"url":"images.html#images_images_findimage_img_template_options",
"summary": "找图",
"global": true
},
{
"key": "findImageInRegion",
"url":"images.html#images_images_findimageinregion_img_template_x_y_width_height_threshold",
"summary": "区域找图",
"global": true
}
]
},
@@ -341,12 +394,27 @@
{
"key": "rgb",
"url": "images.html#images_colors_rgb_red_green_blue",
"summary": ""
"summary": "RGB"
},
{
"key": "argb",
"url": "images.html#images_colors_argb_alpha_red_green_blue",
"summary": ""
"summary": "ARGB"
},
{
"key": "parseColor",
"url": "images.html#images_colors_parsecolor_colorstr",
"summary": "字符串转颜色"
},
{
"key": "isSimilar",
"url": "images.html#images_colors_issimilar_color2_color2_threshold_algorithm",
"summary": "颜色相似"
},
{
"key": "equals",
"url": "images.html#images_colors_equals_color1_color2",
"summary": "颜色相等"
}
]
},
@@ -549,8 +617,8 @@
"summary": "创建文件"
},
{
"key": "createIfNotExists",
"url": "files.html#files_files_createifnotexists_path",
"key": "createWithDirs",
"url": "files.html#files_files_createwithdirs_path",
"summary": "创建文件"
},
{