dailycheckin/config/config.template.json

222 lines
4.6 KiB
JSON

{
"DINGTALK_SECRET": "xxxxxx",
"DINGTALK_ACCESS_TOKEN": "xxxxxx",
"SCKEY": "xxxxxx",
"SENDKEY": "xxxxxx",
"BARK_URL": "xxxxxx",
"QMSG_KEY": "xxxxxx",
"TG_BOT_TOKEN": "xxxxxx",
"TG_USER_ID": "xxxxxx",
"COOLPUSHSKEY": "xxxxxx",
"COOLPUSHQQ": true,
"COOLPUSHWX": true,
"COOLPUSHEMAIL": true,
"CITY_NAME_LIST": [
"上海"
],
"MOTTO": true,
"IQIYI_COOKIE_LIST": [
{
"iqiyi_cookie": "帐号1 cookie"
},
{
"iqiyi_cookie": "帐号2 cookie"
}
],
"VQQ_COOKIE_LIST": [
{
"vqq_cookie": "帐号1 cookie"
},
{
"vqq_cookie": "帐号2 cookie"
}
],
"YOUDAO_COOKIE_LIST": [
{
"youdao_cookie": "帐号1 cookie"
},
{
"youdao_cookie": "帐号2 cookie"
}
],
"KGQQ_COOKIE_LIST": [
{
"kgqq_cookie": "帐号1 cookie"
},
{
"kgqq_cookie": "帐号2 cookie"
}
],
"MUSIC163_ACCOUNT_LIST": [
{
"music163_phone": "帐号1 手机号",
"music163_password": "帐号1 密码"
},
{
"music163_phone": "帐号2 手机号",
"music163_password": "帐号2 密码"
}
],
"XMLY_COOKIE_LIST": [
{
"xmly_cookie": "帐号1 cookie"
},
{
"xmly_cookie": "帐号2 cookie"
}
],
"ONEPLUSBBS_COOKIE_LIST": [
{
"oneplusbbs_cookie": "帐号1 cookie"
},
{
"oneplusbbs_cookie": "帐号2 cookie"
}
],
"BAIDU_URL_SUBMIT_LIST": [
{
"data_url": "https://cdn.jsdelivr.net/gh/Sitoi/Sitoi.github.io/baidu_urls.txt",
"submit_url": "http://data.zz.baidu.com/urls?site=https://sitoi.cn&token=xxxxxx",
"times": 10
},
{
"data_url": "帐号2 data_url",
"submit_url": "帐号2 submit_url",
"times": 10
}
],
"FMAPP_ACCOUNT_LIST": [
{
"fmapp_token": "帐号1 token",
"fmapp_cookie": "帐号1 cookie",
"fmapp_device_id": "帐号1 device_id"
},
{
"fmapp_token": "帐号2 token",
"fmapp_cookie": "帐号2 cookie",
"fmapp_device_id": "帐号2 device_id"
}
],
"TIEBA_COOKIE_LIST": [
{
"tieba_cookie": "帐号1 cookie"
},
{
"tieba_cookie": "帐号2 cookie"
}
],
"BILIBILI_COOKIE_LIST": [
{
"bilibili_cookie": "帐号1 cookie",
"coin_num": 0,
"coin_type": 1,
"silver2coin": true
},
{
"bilibili_cookie": "帐号2 cookie",
"coin_num": 0,
"coin_type": 1,
"silver2coin": true
}
],
"LIANTONG_ACCOUNT_LIST": [
{
"data": "simCount=1&version=iphone_c@8.0100&mobile=xxxxxx&netWay=wifi&isRemberPwd=false&appId=xxxxxx&deviceId=xxxxxx&pip=192.168.1.1&password=xxxxxx&deviceOS=14.3&deviceBrand=iphone&deviceModel=iPhone&remark4=&keyVersion=2&deviceCode=xxxxxx"
},
{
"data": "帐号2 信息"
}
],
"V2EX_COOKIE_LIST": [
{
"v2ex_cookie": "帐号1 cookie"
},
{
"v2ex_cookie": "帐号2 cookie"
}
],
"WWW2NZZ_COOKIE_LIST": [
{
"www2nzz_cookie": "帐号1 cookie"
},
{
"www2nzz_cookie": "帐号2 cookie"
}
],
"SMZDM_COOKIE_LIST": [
{
"smzdm_cookie": "账号1 cookie"
},
{
"smzdm_cookie": "账号2 cookie"
}
],
"MIMOTION_ACCOUNT_LIST": [
{
"mimotion_phone": "账号1",
"mimotion_password": "账号1 密码",
"mimotion_min_step": "账号1 最小步数",
"mimotion_max_step": "账号1 最大步数"
},
{
"mimotion_phone": "账号2",
"mimotion_password": "账号2 密码",
"mimotion_min_step": "账号2 最小步数",
"mimotion_max_step": "账号2 最大步数"
}
],
"ACFUN_ACCOUNT_LIST": [
{
"acfun_phone": "帐号1 手机号",
"acfun_password": "帐号1 密码"
},
{
"acfun_phone": "帐号2 手机号",
"acfun_password": "帐号2 密码"
}
],
"CLOUD189_ACCOUNT_LIST": [
{
"cloud189_phone": "帐号1 手机号",
"cloud189_password": "帐号1 密码"
},
{
"cloud189_phone": "帐号2 手机号",
"cloud189_password": "帐号2 密码"
}
],
"WPS_COOKIE_LIST": [
{
"wps_cookie": "帐号1 cookie"
},
{
"wps_cookie": "帐号2 cookie"
}
],
"POJIE_COOKIE_LIST": [
{
"pojie_cookie": "帐号1 cookie"
},
{
"pojie_cookie": "帐号2 cookie"
}
],
"MGTV_PARAMS_LIST": [
{
"mgtv_params": "账号1 params"
},
{
"mgtv_params": "账号2 params"
}
],
"PICACOMIC_ACCOUNT_LIST": [
{
"picacomic_email": "账号1 账号",
"picacomic_password": "账号1 密码"
},
{
"picacomic_email": "账号2 账号",
"picacomic_password": "账号2 密码"
}
]
}