mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
移动全局提醒时间函数
This commit is contained in:
parent
49f9511957
commit
072e02fb03
5 changed files with 43 additions and 34 deletions
13
apps/help.js
13
apps/help.js
|
|
@ -208,6 +208,13 @@ const helpData = [
|
|||
needSK: false,
|
||||
commands: ['查询挑战状态'],
|
||||
},
|
||||
{
|
||||
title: '查看提醒时间',
|
||||
desc: '查看个人提醒时间或全局提醒时间',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['个人提醒时间', '全局提醒时间']
|
||||
},
|
||||
{
|
||||
title: '设置个人提醒时间',
|
||||
desc: '设置每日或每周的个人提醒时间,格式如“每日20时”或“每周六20时10分”,分钟需为整十数,可不加分钟。',
|
||||
|
|
@ -216,11 +223,11 @@ const helpData = [
|
|||
commands: ['设置个人提醒时间+时间'],
|
||||
},
|
||||
{
|
||||
title: '查看/取消个人提醒时间',
|
||||
desc: '查看当前个人提醒时间或取消已设置的个人提醒时间',
|
||||
title: '取消个人提醒时间',
|
||||
desc: '取消已设置的个人提醒时间',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['个人提醒时间', '取消个人提醒时间'],
|
||||
commands: ['取消个人提醒时间'],
|
||||
},
|
||||
{
|
||||
title: '设置全局提醒时间',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue