1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-06-01 12:15:48 +08:00

feat: 新增自定义口令功能 #105

This commit is contained in:
涵曦
2024-07-05 04:20:16 +00:00
parent c151b826f7
commit f3e57789fa
8 changed files with 224 additions and 36 deletions

4
plugins/code1.py Normal file
View File

@@ -0,0 +1,4 @@
async def code1(arg1):
global log, xiaomusic
log.info(f"code1:{arg1}")
await xiaomusic.do_tts("你好,我是自定义的测试口令")