This commit is contained in:
2025-03-25 16:35:39 +08:00
parent 2b456dc17e
commit 9463635e03
66 changed files with 864 additions and 64 deletions

View File

@@ -0,0 +1,7 @@
import system from "./system/index.js";
const Api = {
system: {...system},
}
export default Api;