From 43c0baca2550823e88cd7cc090b4ec78e13487af Mon Sep 17 00:00:00 2001 From: Potesta de Tornaco Date: Sat, 1 Feb 2020 08:53:55 +0800 Subject: [PATCH] Fix docs about toast #55 --- docs/_posts/2019-12-02-Profile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2019-12-02-Profile.md b/docs/_posts/2019-12-02-Profile.md index 557a58581..1ca1b8eb8 100644 --- a/docs/_posts/2019-12-02-Profile.md +++ b/docs/_posts/2019-12-02-Profile.md @@ -495,8 +495,8 @@ interface ITask { | 能力 | 含义 | 参数 | 举例 | 返回值 | | ---------------------- | ---------------- | -------------------------------------------------- | ---- | ------ | -| showShortToast | 休眠(锁屏) | 延迟的毫秒数 | 如下 | 无 | -| showLongToast | 唤醒 | 延迟的毫秒数 | 如下 | 无 | +| showShortToast | 显示提示 | 无 | 如下 | 无 | +| showLongToast | 显示时间较短的提示 | 无 | 如下 | 无 | | showDialog | 显示对话框 | 标题文本,信息文本,确认按钮文本 | 如下 | 无 | | showNotification | 显示通知 | 标签(可用于取消通知)标题文本,信息文本,是否重要 | 如下 | 无 | | cancelNotification | 取消通知 | 标签 | 如下 | |