go: add mimo
This commit is contained in:
parent
c4b3971548
commit
92e820fdc8
37 changed files with 374 additions and 266 deletions
|
|
@ -564,7 +564,7 @@ body {
|
|||
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
height: 260px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue