mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
* 🚚 将nbesf_model统一放到目录中 * ✨ 添加v2版本的nbesf * ✨ 使subs_import支持导入多个版本的nbesf文件 * ✨ 使用saa的AllSupportedPlatformTarget * 🚧 use deserialize --------- Co-authored-by: felinae98 <731499577@qq.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"version": 2,
|
|
"groups": [
|
|
{
|
|
"user_target": {
|
|
"platform_type": "QQ Group",
|
|
"group_id": 1232
|
|
},
|
|
"subs": [
|
|
{
|
|
"categories": [],
|
|
"tags": [],
|
|
"target": {
|
|
"target_name": "weibo_name",
|
|
"target": "weibo_id",
|
|
"platform_name": "weibo",
|
|
"default_schedule_weight": 10
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"user_target": {
|
|
"platform_type": "QQ Group",
|
|
"group_id": 2342
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |