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 | 取消通知 | 标签 | 如下 | |