feat: 开放小爱音箱接入 MiGPT-Next 源代码

This commit is contained in:
Del Wang
2025-04-09 21:59:38 +08:00
parent 6237c46441
commit f65f34d115
17 changed files with 2644 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "@mi-gpt/config/typescript",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["migpt/*"]
}
},
"include": ["migpt"],
"exclude": ["node_modules"]
}