feat: tts语音生成
This commit is contained in:
@@ -31,6 +31,7 @@ export default antfu({
|
||||
"antfu/top-level-function": "off",
|
||||
"ts/no-unsafe-function-type": "off",
|
||||
"no-console": "off",
|
||||
"unused-imports/no-unused-vars": "warn"
|
||||
"unused-imports/no-unused-vars": "warn",
|
||||
"ts/no-use-before-define": "off"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user