mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
* 🚚 将nbesf_model统一放到目录中 * ✨ 添加v2版本的nbesf * ✨ 使subs_import支持导入多个版本的nbesf文件 * ✨ 使用saa的AllSupportedPlatformTarget * 🚧 use deserialize --------- Co-authored-by: felinae98 <731499577@qq.com>
35 lines
681 B
YAML
35 lines
681 B
YAML
version: 2
|
|
groups:
|
|
- subs:
|
|
- categories: []
|
|
tags: []
|
|
target:
|
|
default_schedule_weight: 10
|
|
platform_name: weibo
|
|
target: weibo_id
|
|
target_name: weibo_name
|
|
user_target:
|
|
platform_type: QQ Group
|
|
group_id: 123552
|
|
- subs:
|
|
- categories: []
|
|
tags:
|
|
- kaltsit
|
|
- amiya
|
|
target:
|
|
default_schedule_weight: 10
|
|
platform_name: weibo
|
|
target: weibo_id
|
|
target_name: weibo_name
|
|
- categories:
|
|
- 1
|
|
- 2
|
|
tags: []
|
|
target:
|
|
default_schedule_weight: 10
|
|
platform_name: bilibili
|
|
target: bilibili_id
|
|
target_name: bilibili_name
|
|
user_target:
|
|
platform_type: QQ Group
|
|
group_id: 234662 |