feat(checklist): add daily checklist feature with admin management
Add daily checklist view for users to track daily tasks Support creating, editing, deleting, and drag-and-drop reordering in admin panel
This commit is contained in:
@@ -9,6 +9,7 @@ const navItems = [
|
||||
{ label: '栖息地', to: '/habitats' },
|
||||
{ label: '物品', to: '/items' },
|
||||
{ label: '材料单', to: '/recipes' },
|
||||
{ label: 'CheckList', to: '/checklist' },
|
||||
{ label: '管理', to: '/admin' }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user