refactor: migrate radix-ui to base-ui

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 0a5cadf64a
commit 28c12102c2
55 changed files with 2117 additions and 3269 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export default function AboutPage() {
if (response.ok) {
return await response.json();
}
return "unknown";
return "Unknown";
},
});
const inProduction = env.MODE === "production";