feat(energy): add module shell, register in nav

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-04-28 11:15:55 +08:00
parent deb2f2d5da
commit 09b9862f1f
6 changed files with 83 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ const PATH_MAP: Record<string, string> = {
'/assets': 'assets',
'/mileage': 'mileage',
'/scheduling': 'scheduling',
'/energy': 'energy',
};
function getInitialModule(modules: ModuleConfig[]): string {