fix: clarify generation product naming

This commit is contained in:
2026-05-25 17:10:22 +08:00
parent f21254fa82
commit 2192f15beb
9 changed files with 49 additions and 36 deletions

View File

@@ -12,8 +12,8 @@ const _playfairDisplay = Playfair_Display({
})
export const metadata: Metadata = {
title: "SKG 营销内容工作台",
description: "SKG AI 图片视频和文案创作台",
title: "SKG 生图生视频",
description: "SKG AI 图片视频生成入口",
}
export default function RootLayout({

View File

@@ -142,7 +142,7 @@ export default function LoginPage() {
<section className="login-auth-panel login-source-auth-panel login-source-combo-panel rounded-[8px]">
<div className="login-top-brand" aria-hidden="true">
<img className="login-top-brand__logo" src="/skg-logo-black.svg" alt="" />
<span className="login-top-brand__system"></span>
<span className="login-top-brand__system"></span>
</div>
<div className="login-source-character-strip" aria-hidden="true">
<AnimatedLoginCharacters mood={mood} eyeOffset={eyeOffset} />

View File

@@ -362,7 +362,7 @@ export default function Home() {
<span className="flex h-6 w-6 items-center justify-center rounded-lg bg-cyan-400/12 text-cyan-200">
<Sparkles className="h-3.5 w-3.5" />
</span>
SKG
SKG
</div>
{job ? (
<a href={`/detail/?job=${job.id}`} className="inline-flex items-center gap-1.5 rounded-lg px-2 py-1.5 text-white/52 transition hover:bg-white/8 hover:text-white">
@@ -517,7 +517,7 @@ export default function Home() {
className="inline-flex h-10 items-center justify-center gap-2 rounded-full border border-white/10 bg-white/6 px-4 text-sm font-semibold text-white/72 transition hover:border-cyan-200/24 hover:text-cyan-100"
>
<ExternalLink className="h-4 w-4" />
</a>
<button
type="button"