mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-18 06:07:34 +00:00
好友、启用状态判断;指令修改全局式舆/危局阈值;删除部分return false;调整帮助图
This commit is contained in:
parent
5a6024b1f5
commit
20af0deb68
2 changed files with 127 additions and 75 deletions
60
apps/help.js
60
apps/help.js
|
|
@ -188,32 +188,39 @@ const helpData = [
|
|||
icon: 'dungeon',
|
||||
items: [
|
||||
{
|
||||
title: '开启/关闭挑战提醒',
|
||||
title: '开关挑战提醒',
|
||||
desc: '开启或关闭式舆防卫战/危局强袭战未完成提醒功能',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['开启挑战提醒', '关闭挑战提醒'],
|
||||
},
|
||||
{
|
||||
title: '开关全局挑战提醒',
|
||||
desc: '开启或关闭全局式舆防卫战/危局强袭战未完成提醒功能',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['开启全局挑战提醒', '关闭全局挑战提醒'],
|
||||
},
|
||||
{
|
||||
title: '设置全局提醒时间',
|
||||
desc: '设置全局提醒时间,所有未单独设置个人提醒时间的用户将使用此时间。格式同上,仅限主人可用。',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['设置全局提醒时间+时间'],
|
||||
},
|
||||
{
|
||||
title: '设置全局提醒阈值',
|
||||
desc: '设置全局默认防卫战检查层数阈值(1~7),或全局默认危局强袭战星星阈值(1~9)',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['设置全局式舆阈值+数字', '设置全局危局阈值+数字'],
|
||||
},
|
||||
{
|
||||
title: '设置提醒阈值',
|
||||
desc: '设置式舆防卫战检查层数阈值(1~7),或危局强袭战星星阈值。例如:设置式舆阈值7',
|
||||
desc: '设置防卫战检查层数阈值(1~7),或危局强袭战星星阈值(1~9)。例如:设置危局阈值6',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['设置式舆阈值+数字', '设置防卫战阈值+数字', '设置强袭阈值+数字', '设置危局强袭战阈值+数字'],
|
||||
},
|
||||
{
|
||||
title: '查询挑战状态',
|
||||
desc: '主动查询当前式舆防卫战/危局强袭战完成情况',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['查询挑战状态'],
|
||||
},
|
||||
{
|
||||
title: '查看提醒时间',
|
||||
desc: '查看个人提醒时间或全局提醒时间',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['个人提醒时间', '全局提醒时间']
|
||||
commands: ['设置防卫战阈值+数字', '设置危局阈值+数字'],
|
||||
},
|
||||
{
|
||||
title: '设置个人提醒时间',
|
||||
|
|
@ -223,18 +230,25 @@ const helpData = [
|
|||
commands: ['设置个人提醒时间+时间'],
|
||||
},
|
||||
{
|
||||
title: '取消个人提醒时间',
|
||||
desc: '取消已设置的个人提醒时间',
|
||||
title: '查看提醒时间',
|
||||
desc: '查看个人或全局提醒时间',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['取消个人提醒时间'],
|
||||
commands: ['个人提醒时间', '全局提醒时间']
|
||||
},
|
||||
{
|
||||
title: '设置全局提醒时间',
|
||||
desc: '设置全局提醒时间,所有未单独设置个人提醒时间的用户将使用此时间。格式同上,仅限主人可用。',
|
||||
title: '重置个人提醒时间',
|
||||
desc: '重置已设置的个人提醒时间为全局默认时间',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['设置全局提醒时间+时间'],
|
||||
commands: ['重置个人提醒时间'],
|
||||
},
|
||||
{
|
||||
title: '查询挑战状态',
|
||||
desc: '主动查询当前式舆防卫战/危局强袭战完成情况',
|
||||
needCK: true,
|
||||
needSK: false,
|
||||
commands: ['查询挑战状态'],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue