refactor(navigation): simplify main tab labels
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="940" height="620" viewBox="0 0 940 620" font-family="'Segoe UI','Microsoft YaHei',sans-serif">
|
||||
<!-- ⑥ 商品套图(迁移自「虾皮圈电商图生成器」商品套餐模块,替换原 AI工场;已去掉「详情图」,与套图合并为单一图片类型;顶部绑定账号+商品ID,复用现有 image_studio 后端)-->
|
||||
<!-- 商品套图(迁移自「虾皮圈电商图生成器」商品套餐模块,替换原 AI工场;已去掉「详情图」,与套图合并为单一图片类型;顶部绑定账号+商品ID,复用现有 image_studio 后端)-->
|
||||
<defs>
|
||||
<style>
|
||||
.win{fill:#f4f6f9;stroke:#d3d9e2}.hd{fill:#2b3a55}.title{fill:#fff;font-size:14px;font-weight:600}
|
||||
@@ -22,15 +22,15 @@
|
||||
<text class="title" x="18" y="26">蝦皮圈優化助手 · 商品套图生成</text>
|
||||
<circle cx="888" cy="20" r="6" fill="#f5bf4f"/><circle cx="910" cy="20" r="6" fill="#5ac26a"/><circle cx="866" cy="20" r="6" fill="#e0e4ea"/>
|
||||
|
||||
<!-- tab bar (⑥ active) -->
|
||||
<!-- tab bar (商品套图 active) -->
|
||||
<rect class="tab" x="0.5" y="41" width="939" height="38"/>
|
||||
<rect class="tabA" x="590" y="45" width="150" height="38"/><rect x="590" y="45" width="150" height="3" fill="#2f6fed"/>
|
||||
<text class="tabT" x="24" y="68">① 导入采集</text>
|
||||
<text class="tabT" x="150" y="68">② AI生成</text>
|
||||
<text class="tabT" x="256" y="68">③ 更新蝦皮</text>
|
||||
<text class="tabT" x="386" y="68">④ 账号管理</text>
|
||||
<text class="tabT" x="516" y="68">⑤ 设置</text>
|
||||
<text class="tabTA" x="604" y="68">⑥ 商品套图</text>
|
||||
<text class="tabT" x="386" y="68">账号管理</text>
|
||||
<text class="tabT" x="516" y="68">设置</text>
|
||||
<text class="tabTA" x="604" y="68">商品套图</text>
|
||||
|
||||
<!-- top context bar: 套图任务标签 + 账号选择 + 商品ID(每个任务绑定一个账号+商品ID)-->
|
||||
<rect class="chipA" x="18" y="90" width="112" height="26" rx="6"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user