feat: update APBDes data with real values and fix SDGS layout

- Update APBDes data with actual values (390M, 470M, 290M)
- Fix SDGS Desa layout to display horizontally with auto-wrap
- Add responsive grid for SDGS cards (1 col mobile, 2 tablet, 3 desktop)
- Add GitHub OAuth redirectURI configuration

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-03-10 16:37:33 +08:00
parent 9e6734d1a5
commit b77f6e8fa3
7 changed files with 63 additions and 54 deletions

View File

@@ -61,6 +61,8 @@ export function Sidebar({ className }: SidebarProps) {
(item) => location.pathname === item.path,
);
const headerBgColor = colorScheme === "dark" ? "#ebedf0ff" : "#19355E";
return (
<Box className={className}>
{/* Logo */}
@@ -92,7 +94,7 @@ export function Sidebar({ className }: SidebarProps) {
label={item.name}
active={isActive}
variant="subtle"
color="blue"
color={headerBgColor}
style={{
background: isActive ? isActiveBg : "transparent",
fontWeight: isActive ? "bold" : "normal",