• v1.1.0 488abb9730

    v1.1.0 Stable

    chun_qiu released this 2026-08-08 16:23:48 +08:00 | 6 commits to main since this release

    可以自定义特殊事件语音规则了!
    添加了变量:

    事件与变量

    事件 变量
    danmaku 弹幕 {uname} {msg}
    gift 普通礼物 {viewer_name} {gift_name} {gift_count} {gift_price} {gift_coin_type}
    blind_box 盲盒礼物 {viewer_name} {gift_name} {gift_count} {blind_box_gift}
    enter_room 进房 {viewer_name} {user_uid}
    follow 关注 {viewer_name} {user_uid}
    interact_other 其他互动 {viewer_name} {user_uid} {interact_type}(分享/特别关注/互粉)
    buy_guard 上舰 {ships_viewer_name} {ships_level}(舰长/提督/总督) {ships_num} {ships_price}
    guard_toast 上舰提示 {ships_viewer_name} {ships_level} {guard_days} {toast_msg}
    super_chat 醒目留言 {viewer_name} {super_chat_content} {super_chat_price} {super_chat_duration}

    示例模板:

    {
      "templates": {
        "gift": "感谢由{viewer_name}投喂的{gift_count}个{gift_name}",
        "blind_box": "感谢由{viewer_name}投喂的{gift_count}个{gift_name}爆出了{blind_box_gift}",
        "enter_room": "欢迎{viewer_name}进入直播间",
        "buy_guard": "恭喜{ships_viewer_name}成为尊贵的{ships_level}",
        "super_chat": "{viewer_name}的醒目留言:{super_chat_content}"
      }
    

    上述内容可以用于自定义特殊事件语音播报内容
    可能还有一些不稳定

    Downloads