292 lines
5.5 KiB
JavaScript
292 lines
5.5 KiB
JavaScript
/*
|
|
* 此配置文件为系统使用,请勿修改,否则可能无法正常使用
|
|
*
|
|
* 如需自定义配置请复制修改上一级help_default.js
|
|
*
|
|
* */
|
|
|
|
export const helpCfg = {
|
|
title: '椰奶帮助',
|
|
subTitle: 'Yunzai-Bot & Yenai-Plugin',
|
|
columnCount: 3,
|
|
colWidth: 265,
|
|
theme: 'all',
|
|
themeExclude: ['default'],
|
|
style: {
|
|
fontColor: '#ceb78b',
|
|
descColor: '#eee',
|
|
contBgColor: 'rgba(6, 21, 31, .5)',
|
|
contBgBlur: 3,
|
|
headerBgColor: 'rgba(6, 21, 31, .4)',
|
|
rowBgColor1: 'rgba(6, 21, 31, .2)',
|
|
rowBgColor2: 'rgba(6, 21, 31, .35)'
|
|
}
|
|
}
|
|
|
|
export const helpList = [{
|
|
group: 'Bot相关',
|
|
auth: 'master',
|
|
list: [{
|
|
icon: 1,
|
|
title: '#发好友 <QQ> <消息>',
|
|
desc: '给好友发送一条涩涩的消息'
|
|
},
|
|
{
|
|
icon: 2,
|
|
title: '#发群聊 <群号> <消息>',
|
|
desc: '给群聊发送一条涩涩的消息'
|
|
},
|
|
{
|
|
icon: 3,
|
|
title: '#改头像 <图片>',
|
|
desc: '顾名思义'
|
|
},
|
|
{
|
|
icon: 4,
|
|
title: '#改状态 <状态> ',
|
|
desc: '顾名思义'
|
|
},
|
|
{
|
|
icon: 5,
|
|
title: '#改昵称 <昵称> ',
|
|
desc: '顾名思义'
|
|
},
|
|
{
|
|
icon: 6,
|
|
title: '#改签名 <签名> ',
|
|
desc: '顾名思义'
|
|
},
|
|
{
|
|
title: '#改性别 <性别> ',
|
|
desc: '顾名思义',
|
|
icon: 7
|
|
},
|
|
{
|
|
title: '#改群名片 <名片> ',
|
|
desc: '群里Bot自己的名片',
|
|
icon: 8
|
|
},
|
|
{
|
|
title: '#改群昵称 <昵称>',
|
|
desc: '改群的昵称',
|
|
icon: 9
|
|
},
|
|
{
|
|
title: '#改群头像 <图片>',
|
|
desc: '顾名思义',
|
|
icon: 10
|
|
},
|
|
{
|
|
title: '#删好友 <QQ> ',
|
|
desc: '删掉涩涩的好友',
|
|
icon: 11
|
|
},
|
|
{
|
|
title: '#退群 <群号> ',
|
|
desc: '退掉涩涩的群',
|
|
icon: 12
|
|
},
|
|
{
|
|
title: '#获取群列表',
|
|
desc: '获取Bot的所有群',
|
|
icon: 13
|
|
},
|
|
{
|
|
title: '#获取好友列表',
|
|
desc: '获取Bot的所有好友',
|
|
icon: 14
|
|
},
|
|
{
|
|
title: '#取说说列表 <页数> ',
|
|
desc: '获取Bot的说说列表',
|
|
icon: 15
|
|
},
|
|
{
|
|
title: '#发说说 <内容> ',
|
|
desc: '发送一条涩涩的说说',
|
|
icon: 16
|
|
},
|
|
{
|
|
title: '#删说说 <序号>',
|
|
desc: '用取说说列表获取序号',
|
|
icon: 17
|
|
},
|
|
{
|
|
title: '#清空说说',
|
|
desc: '一键清空',
|
|
icon: 18
|
|
},
|
|
{
|
|
title: '#清空留言',
|
|
desc: '一键清空留言',
|
|
icon: 19
|
|
}, {
|
|
title: '#开启|关闭戳一戳',
|
|
desc: 'QQ的戳一戳开关',
|
|
icon: 5
|
|
}, {
|
|
title: '#同意|拒绝全部好友申请',
|
|
desc: '顾名思义',
|
|
icon: 6
|
|
}, {
|
|
title: '#查看好友申请',
|
|
desc: '查看现有好友申请',
|
|
icon: 1
|
|
},
|
|
{
|
|
title: '同意|拒绝好友申请 <QQ>',
|
|
desc: '同意或拒绝好友申请',
|
|
icon: 18
|
|
},
|
|
{
|
|
title: '#查看群邀请',
|
|
desc: '查看现有群邀请',
|
|
icon: 3
|
|
}, {
|
|
title: '#同意|拒绝全部群邀请',
|
|
desc: '同意或拒绝全部群邀请',
|
|
icon: 15
|
|
}, {
|
|
title: '#同意|拒绝群邀请 <群号>',
|
|
desc: '同意或拒绝全部群邀请',
|
|
icon: 7
|
|
}, {
|
|
title: '#查看全部请求',
|
|
desc: '查看所有请求',
|
|
icon: 20
|
|
}, {
|
|
title: '#(开启|关闭)好友添加',
|
|
desc: '是否开启好友添加',
|
|
icon: 7
|
|
}, {
|
|
title: '#更改好友申请方式[0123]',
|
|
desc: '带0参数为帮助',
|
|
icon: 12
|
|
}]
|
|
},
|
|
{
|
|
group: '娱乐功能',
|
|
list: [
|
|
{
|
|
icon: 7,
|
|
title: '#椰羊收益曲线',
|
|
desc: '查看角色收益曲线'
|
|
},
|
|
{
|
|
icon: 13,
|
|
title: '#椰羊参考面板',
|
|
desc: '查看角色参考面板'
|
|
},
|
|
{
|
|
icon: 9,
|
|
title: '#收益曲线帮助',
|
|
desc: '=-='
|
|
}, {
|
|
icon: 20,
|
|
title: '#唱歌',
|
|
desc: '随机唱鸭'
|
|
},
|
|
{
|
|
icon: 13,
|
|
title: '#赞我',
|
|
desc: '给你点一个大大的赞'
|
|
},
|
|
{
|
|
icon: 15,
|
|
title: '#支付宝到账<数字>',
|
|
desc: '听到账爽一下'
|
|
}, {
|
|
icon: 17,
|
|
title: '#翻译',
|
|
desc: '有道翻译'
|
|
}, {
|
|
icon: 9,
|
|
title: '#搜索菜单',
|
|
desc: '各大引擎搜索'
|
|
}, {
|
|
icon: 1,
|
|
title: '#半次元话题',
|
|
desc: '=-='
|
|
}, {
|
|
icon: 7,
|
|
title: '#铃声搜索',
|
|
desc: '铃声多多'
|
|
}, {
|
|
icon: 1,
|
|
title: '#bgg搜索<关键词>',
|
|
desc: '桌游搜索'
|
|
}, {
|
|
icon: 19,
|
|
title: '#bgg排行',
|
|
desc: '桌游排行'
|
|
}]
|
|
},
|
|
{
|
|
group: '搜图搜番',
|
|
list: [
|
|
{
|
|
title: '#搜图',
|
|
desc: '默认SauceNAO',
|
|
icon: 10
|
|
},
|
|
{
|
|
title: '#搜番',
|
|
desc: 'WhatAnime',
|
|
icon: 6
|
|
},
|
|
{
|
|
title: '#(SauceNAO|sn)搜图',
|
|
desc: 'SauceNAO',
|
|
icon: 1
|
|
},
|
|
{
|
|
title: '#(Ascii2D|ac)搜图',
|
|
desc: 'Ascii2D',
|
|
icon: 5
|
|
},
|
|
{
|
|
title: '#设置SauceNAOApiKey<key>',
|
|
desc: 'SauceNAOApiKey',
|
|
icon: 9
|
|
}
|
|
]
|
|
},
|
|
{
|
|
group: '设置,版本相关',
|
|
auth: 'master',
|
|
list: [{
|
|
icon: 8,
|
|
title: '#椰奶设置',
|
|
desc: '查看椰奶设置'
|
|
},
|
|
{
|
|
icon: 1,
|
|
title: '#椰奶(强制)更新',
|
|
desc: '更新椰奶'
|
|
},
|
|
{
|
|
icon: 15,
|
|
title: '#椰奶版本',
|
|
desc: '查看版本信息'
|
|
},
|
|
{
|
|
icon: 12,
|
|
title: '#椰奶更新日志',
|
|
desc: '查看更新日志'
|
|
}, {
|
|
icon: 8,
|
|
title: '#椰奶状态(pro)?',
|
|
desc: '查看系统状态'
|
|
}, {
|
|
icon: 3,
|
|
title: '#椰奶群管帮助',
|
|
desc: '群管帮助'
|
|
}, {
|
|
icon: 12,
|
|
title: '#椰奶(启|禁)用全部通知',
|
|
desc: '一键启用或禁用全部通知'
|
|
}]
|
|
}]
|
|
|
|
export const isSys = true
|