* feat: add adapter file

* fix: style for bot log

* fix: kook bugs
This commit is contained in:
Junyan Qin (Chin)
2025-12-04 13:40:38 +08:00
committed by GitHub
parent b4f92eba38
commit 0e2cd8c018
5 changed files with 814 additions and 36 deletions
@@ -0,0 +1,24 @@
apiVersion: v1
kind: MessagePlatformAdapter
metadata:
name: kook
label:
en_US: KOOK
zh_Hans: KOOK
description:
en_US: KOOK Adapter (formerly KaiHeiLa)
zh_Hans: KOOK 适配器(原开黑啦),支持频道消息和私聊消息
icon: kook.png
spec:
config:
- name: token
label:
en_US: Bot Token
zh_Hans: 机器人令牌
type: string
required: true
default: ""
execution:
python:
path: ./kook.py
attr: KookAdapter