go: add mimo

This commit is contained in:
Frank 2026-04-02 12:59:02 -04:00
commit 92e820fdc8
37 changed files with 374 additions and 266 deletions

View file

@ -564,7 +564,7 @@ body {
svg {
width: 100%;
height: 220px;
height: 260px;
display: block;
}

View file

@ -12,7 +12,7 @@ import { Footer } from "~/component/footer"
import { Header } from "~/component/header"
import { config } from "~/config"
import { getLastSeenWorkspaceID } from "../workspace/common"
import { IconMiniMax, IconZai } from "~/component/icon"
import { IconMiniMax, IconMiMo, IconZai } from "~/component/icon"
import { useI18n } from "~/context/i18n"
import { useLanguage } from "~/context/language"
import { LocaleLinks } from "~/component/locale-links"
@ -54,7 +54,7 @@ function LimitsGraph(props: { href: string }) {
]
const w = 720
const h = 220
const h = 260
const left = 40
const right = 60
const top = 18
@ -300,6 +300,9 @@ export default function Home() {
<div>
<IconZai width="24" height="24" />
</div>
<div>
<IconMiMo width="24" height="24" />
</div>
{/*
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">