From e0dfaffa9ec702e51ed682751b644f2ed1080300 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 12 May 2023 14:17:19 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 插件.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/插件.md b/插件.md index 8e36eb0..c4d9fcf 100644 --- a/插件.md +++ b/插件.md @@ -2,7 +2,7 @@ title: 插件 description: published: 1 -date: 2023-05-12T14:10:35.873Z +date: 2023-05-12T14:17:11.396Z tags: editor: markdown dateCreated: 2023-05-12T04:52:02.034Z @@ -18,7 +18,7 @@ dateCreated: 2023-05-12T04:52:02.034Z # 插件运行 -- 大部分插件通过设置定时`运行周期`运行,个别插件提供了`立即运行一次`的功能. +- 大部分插件通过设置定时`运行周期`运行,个别插件提供了`立即运行一次`的功能。 - 部分插件支持通过`事件`来触发运行,当插件监听的事件发生时自动工作。 # 插件使用方法