feat(charge-points): add pricing mode for charge points with validation

feat(pricing): implement tariff management with peak, valley, and flat pricing
feat(api): add tariff API for fetching and updating pricing configurations
feat(tariff-schema): create database schema for tariff configuration
feat(pricing-page): create UI for displaying and managing pricing tiers
fix(sidebar): update sidebar to include pricing settings link
This commit is contained in:
2026-03-12 17:23:06 +08:00
parent 2638af3f7f
commit f7ee298060
17 changed files with 2729 additions and 89 deletions

View File

@@ -22,6 +22,13 @@
"when": 1773293422460,
"tag": "0002_sweet_the_professor",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1773307380017,
"tag": "0003_milky_supreme_intelligence",
"breakpoints": true
}
]
}