263 lines
5.2 KiB
JavaScript
263 lines
5.2 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": 7
|
|
}, {
|
|
"title": "#查看好友申请",
|
|
"desc": "查看现有好友申请",
|
|
"icon": 1
|
|
}, {
|
|
"title": "#查看群邀请",
|
|
"desc": "查看现有群邀请",
|
|
"icon": 7
|
|
}, {
|
|
"title": "同意|拒绝全部群邀请",
|
|
"desc": "同意或拒绝全部群邀请",
|
|
"icon": 7
|
|
}]
|
|
},
|
|
{
|
|
"group": "通知相关",
|
|
"auth": "master",
|
|
"list": [{
|
|
"icon": 5,
|
|
"title": "#椰奶设置 xx 开启/关闭",
|
|
"desc": "具体可使用#椰奶设置查看"
|
|
},
|
|
{
|
|
"icon": 12,
|
|
"title": "#椰奶启用全部通知",
|
|
"desc": "一键启用全部通知"
|
|
},
|
|
{
|
|
"icon": 20,
|
|
"title": "#椰奶禁用全部通知",
|
|
"desc": "一键禁用全部通知"
|
|
},
|
|
]
|
|
},
|
|
{
|
|
"group": "娱乐功能",
|
|
"list": [
|
|
{
|
|
"icon": 7,
|
|
"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": 15,
|
|
"title": "#coser",
|
|
"desc": "养眼=-="
|
|
}, {
|
|
"icon": 1,
|
|
"title": "#waifu",
|
|
"desc": "=-="
|
|
}, {
|
|
"icon": 1,
|
|
"title": "#半次元话题",
|
|
"desc": "=-="
|
|
}, {
|
|
"icon": 7,
|
|
"title": "#铃声搜索",
|
|
"desc": "铃声多多"
|
|
}]
|
|
},
|
|
{
|
|
"group": "其他功能",
|
|
"list": [{
|
|
"icon": 7,
|
|
"title": "#取直链 <图片>",
|
|
"desc": "取图片的链接"
|
|
}, {
|
|
"icon": 20,
|
|
"title": "#取face <face表情>",
|
|
"desc": "没啥用=-="
|
|
}, {
|
|
"icon": 1,
|
|
"title": "#群星级",
|
|
"desc": "查看群星级"
|
|
}]
|
|
},
|
|
{
|
|
"group": "设置,版本相关",
|
|
"auth": "master",
|
|
"list": [{
|
|
"icon": 8,
|
|
"title": "#椰奶设置",
|
|
"desc": "查看椰奶设置"
|
|
},
|
|
{
|
|
"icon": 1,
|
|
"title": "#椰奶(强制)更新",
|
|
"desc": "更新椰奶"
|
|
},
|
|
{
|
|
"icon": 15,
|
|
"title": "#椰奶版本",
|
|
"desc": "查看版本信息"
|
|
},
|
|
{
|
|
"icon": 12,
|
|
"title": "#椰奶更新日志",
|
|
"desc": "查看更新日志"
|
|
}, {
|
|
"icon": 8,
|
|
"title": "#椰奶状态",
|
|
"desc": "查看系统状态"
|
|
}, {
|
|
"icon": 3,
|
|
"title": "#椰奶群管帮助",
|
|
"desc": "群管帮助"
|
|
}]
|
|
}]
|
|
|
|
export const isSys = true
|