feat: fake mii editor

This commit is contained in:
trafficlunar 2026-02-27 23:11:38 +00:00
parent d45eb07879
commit e31141ea39
33 changed files with 1972 additions and 207 deletions

View file

@ -24,7 +24,7 @@ export default function ControlCenter() {
<div className="bg-orange-100 rounded-xl border-2 border-orange-400 p-2 flex flex-col gap-2">
<div className="flex items-center gap-2">
<input
name="submit"
id="submit"
type="checkbox"
className="checkbox size-6!"
placeholder="Enter banner text"

View file

@ -30,7 +30,7 @@ export default function ReturnToIsland({ hasExpired }: Props) {
<div className="flex justify-center items-center gap-2">
<input
type="checkbox"
name="agreement"
id="agreement"
disabled={hasExpired}
checked={isChecked}
onChange={(e) => setIsChecked(e.target.checked)}