feat: add oauth

This commit is contained in:
2025-03-21 13:41:34 +08:00
parent ceab01aefa
commit 4f12ed332c
10 changed files with 431 additions and 95 deletions

View File

@@ -83,6 +83,10 @@
"./models": {
"import": "./dist/models.mjs",
"types": "./dist/models.d.ts"
},
"./oauth": {
"import": "./dist/oauth.mjs",
"types": "./dist/oauth.d.ts"
}
}
}