fix: simplify visible brand to skg logo

This commit is contained in:
2026-05-25 17:26:44 +08:00
parent 7d98de0df3
commit 2a1ceeec3e
9 changed files with 61 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
# SKG 生成画布
# SKG 画布
这是 SKG 生图生视频的内部画布模块,部署在主站 `/canvas/` 路径下。
这是 SKG 营销内容生产平台的内部画布模块,部署在主站 `/canvas/` 路径下。
## 内部使用方式

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/skg-logo-black.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SKG 生成画布</title>
<title>SKG</title>
</head>
<body>
<div id="app"></div>

View File

@@ -4,9 +4,8 @@
<!-- Header | 顶部导航 -->
<AppHeader>
<template #left>
<div class="flex items-center gap-3">
<div class="flex h-8 items-center rounded-full bg-white px-3 shadow-sm">
<img src="/skg-logo-black.svg" alt="SKG" class="h-6 w-auto dark:invert" />
<span class="text-sm font-semibold text-[var(--text-secondary)]">生图生视频</span>
</div>
</template>
</AppHeader>
@@ -15,9 +14,9 @@
<main class="max-w-5xl mx-auto px-4 py-8 md:py-16">
<!-- Welcome section | 欢迎区域 -->
<section class="text-center mb-12">
<div class="flex items-center justify-center gap-4 mb-8">
<img src="/skg-logo-black.svg" alt="SKG" class="h-9 w-auto dark:invert" />
<h1 class="text-2xl md:text-4xl font-bold text-[var(--text-primary)]">SKG 生成画布</h1>
<div class="flex items-center justify-center mb-8">
<img src="/skg-logo-black.svg" alt="SKG" class="h-12 w-auto dark:invert" />
<h1 class="sr-only">SKG</h1>
</div>
<!-- Input area | 输入区域 -->