feat: implement speech synthesis for live danmaku events with customizable templates and API support

This commit is contained in:
Megghy
2025-10-08 01:25:23 +08:00
parent 89c4c05faf
commit a38fe4a050
12 changed files with 4497 additions and 1250 deletions

View File

@@ -84,6 +84,8 @@ export default antfu(
'ts/switch-exhaustiveness-check': 'warn', // 允许 switch 不覆盖所有情况
'ts/restrict-template-expressions': 'off', // 允许模板字符串表达式不受限制
'perfectionist/sort-imports': 'off',
// JSON 相关规则
'jsonc/sort-keys': 'off', // 关闭 JSON key 排序要求
},