refactor: migrate radix-ui to base-ui

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 0f473311f9
commit 930edbc8b0
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";