Files
abot/plugins/guess_song/config.toml
2026-01-26 14:43:51 +08:00

26 lines
766 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[GuessSong]
enable = true
command = ["猜歌名"]
command-format = """
🎵猜歌名指令:
猜歌名 - 开始猜歌游戏
猜歌名 歌手名 - 开始指定歌手的猜歌游戏
猜歌名 歌名 - 提交你的答案
"""
[GuessSong.api]
# 新的聚合搜索API一次调用即可获取所有信息包括播放链接
music_api = "http://192.168.2.170:5000"
[GuessSong.popular_singers]
list = [
"周杰伦", "林俊杰", "薛之谦", "陈奕迅", "邓紫棋", "李荣浩", "张学友", "刘德华",
"张国荣", "梅艳芳", "Beyond", "容祖儿", "谢霆锋",
"王菲", "张惠妹", "孙燕姿", "蔡依林", "五月天"
]
[GuessSong.game]
clip_duration = 10 # 音频片段时长(秒)
hint_timeout = 30 # 提示等待时间(秒)