feat:生成音频

This commit is contained in:
R524809
2026-02-02 10:38:18 +08:00
parent e7b4a948ac
commit 27f7404816
15 changed files with 2099 additions and 222 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto"
}