feat: add resources

This commit is contained in:
2025-03-18 13:10:40 +08:00
parent cc76842582
commit 25def8c245
31 changed files with 1432 additions and 119 deletions

View File

@@ -0,0 +1,6 @@
export const config = {
api: () => location.origin,
apps: {
login: '/user/login',
},
};