mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 20:33:01 +08:00
🐛 分支应该是main而不是master 💄 auto fix by pre-commit hooks 🔥 dependabot.yml的registrys需要token,先删除
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"version": 1,
|
|
"groups": [
|
|
{
|
|
"user": {
|
|
"type": "group",
|
|
"uid": 123
|
|
},
|
|
"subs": [
|
|
{
|
|
"categories": [],
|
|
"tags": [],
|
|
"target": {
|
|
"target_name": "weibo_name",
|
|
"target": "weibo_id",
|
|
"platform_name": "weibo",
|
|
"default_schedule_weight": 10
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"user": {
|
|
"type": "group",
|
|
"uid": 234
|
|
},
|
|
"subs": [
|
|
{
|
|
"categories": [],
|
|
"tags": ["kaltsit", "amiya"],
|
|
"target": {
|
|
"target_name": "weibo_name",
|
|
"target": "weibo_id",
|
|
"platform_name": "weibo",
|
|
"default_schedule_weight": 10
|
|
}
|
|
},
|
|
{
|
|
"categories": [1, 2],
|
|
"tags": [],
|
|
"target": {
|
|
"target_name": "bilibili_name",
|
|
"target": "bilibili_id",
|
|
"platform_name": "bilibili",
|
|
"default_schedule_weight": 10
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|