parent
3a78fb1f42
commit
c04fa9e253
56 changed files with 141 additions and 154 deletions
|
|
@ -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, IconMiMo, IconZai, IconAlibaba, IconDeepSeek, IconHunyuan } from "~/component/icon"
|
||||
import { IconMiniMax, IconMiMo, IconZai, IconAlibaba, IconDeepSeek } from "~/component/icon"
|
||||
import { useI18n } from "~/context/i18n"
|
||||
import { useLanguage } from "~/context/language"
|
||||
import { LocaleLinks } from "~/component/locale-links"
|
||||
|
|
@ -35,7 +35,6 @@ const models = [
|
|||
{ name: "MiniMax M2.5", provider: "MiniMax" },
|
||||
{ name: "DeepSeek V4 Pro", provider: "DeepSeek" },
|
||||
{ name: "DeepSeek V4 Flash", provider: "DeepSeek" },
|
||||
{ name: "Hy3 preview", provider: "Tencent" },
|
||||
]
|
||||
|
||||
function LimitsGraph(props: { href: string }) {
|
||||
|
|
@ -327,9 +326,6 @@ export default function Home() {
|
|||
<div>
|
||||
<IconMiMo width="24" height="24" />
|
||||
</div>
|
||||
<div>
|
||||
<IconHunyuan 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">
|
||||
|
|
|
|||
|
|
@ -297,7 +297,6 @@ export function LiteSection() {
|
|||
<li>Qwen3.6 Plus</li>
|
||||
<li>DeepSeek V4 Pro</li>
|
||||
<li>DeepSeek V4 Flash</li>
|
||||
<li>Hy3 preview</li>
|
||||
</ul>
|
||||
<p data-slot="promo-description">{i18n.t("workspace.lite.promo.footer")}</p>
|
||||
<div data-slot="subscribe-actions">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue