feat: 更新 @riwa/api-types 依赖至 0.0.23,添加用户管理功能及相关界面

This commit is contained in:
2026-01-19 18:25:27 +07:00
parent 9b36a114b3
commit a2ef52be99
11 changed files with 145 additions and 12 deletions

View File

@@ -81,5 +81,14 @@ export const generatedRoutes: GeneratedRoute[] = [
title: 'product',
i18nKey: 'route.product'
}
},
{
name: 'user',
path: '/user',
component: 'layout.base$view.user',
meta: {
title: 'user',
i18nKey: 'route.user'
}
}
];