🎉 feat: initialization

This commit is contained in:
web
2025-11-26 19:56:16 -08:00
commit a801849fb2
553 changed files with 213088 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as auth from "./auth";
import * as common from "./common";
import * as oauth from "./oauth";
export default {
auth,
oauth,
common,
};