release v1.0.31 to support anthropic endpoint provider

This commit is contained in:
musistudio
2025-08-01 22:10:14 +08:00
parent 5a11d2f9af
commit a3d1f44908
7 changed files with 21 additions and 23 deletions

View File

@@ -12,8 +12,8 @@
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {