feat: initial commit

This commit is contained in:
2026-03-31 10:38:12 +08:00
commit afd692eacd
130 changed files with 8681 additions and 0 deletions

5
mock/route.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
'/api/auth_routes': {
'/form/advanced-form': { authority: ['admin', 'user'] },
},
};