From ca59383c68a704828bd94af6162e55e8691e38bc Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 13 May 2023 01:00:34 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E5=90=8D=E8=AF=8D=E8=A7=A3?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 名词解释.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/名词解释.md b/名词解释.md index f1411fc..0c5c7d3 100644 --- a/名词解释.md +++ b/名词解释.md @@ -2,7 +2,7 @@ title: 名词解释 description: published: 1 -date: 2023-05-12T13:00:57.288Z +date: 2023-05-13T01:00:21.926Z tags: editor: markdown dateCreated: 2023-05-12T12:15:29.925Z @@ -106,3 +106,9 @@ NAStool的WEB界面支持`PWA(Progressive Web App)`,手机上(Windows11 - **/api/v1**:Api接口文档地址 - **/?next=xxx**:启动页面时自动跳转菜单 - **/ical**:将订阅日历添加到日历App(加?remind=1开启提醒) + +## cron表达式 + +- NAStool中有较多涉及设置时间周期的采用`cron表达式`进行设置。 +- cron表达式只支持5位格式,分别是:`分 时 日 月 周`。 +- `周`只支持英文格式,如:`MON/TUE/WED/THU/FRI/SAT/SUN`。