This commit is contained in:
2025-03-10 19:01:21 +08:00
parent 94644d0601
commit 31a2667f8b
28 changed files with 1370 additions and 57 deletions

7
src/api/index.ts Normal file
View File

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