fix(settings): 更新品牌 Banner 尺寸提示信息

- 将品牌 Banner 最佳显示尺寸从 1200*736 更新为 20*64
- 调整图片预览区域以适配新尺寸比例

---

test(api): 修改商标查询测试用例参数

- 更改测试品牌名称从 SummitFlare 为 MADCKDEDRT- 简化测试输出内容,仅显示注册状态结果
This commit is contained in:
2025-11-14 17:54:04 +08:00
parent f9d1848280
commit 937a84bb81
2 changed files with 3 additions and 5 deletions

View File

@@ -791,8 +791,7 @@ onMounted(() => {
<div class="section-title">品牌 Banner</div>
<img src="/icon/vipExclusive.png" alt="VIP专享" class="vip-exclusive-logo" />
</div>
<div class="section-subtitle-text"> 支持 JPGPNG 格式最佳显示尺寸/比例 1200*736</div>
<div class="section-subtitle-text"> 支持 JPGPNG 格式最佳显示尺寸/比例 200*64</div>
<div class="setting-item">
<div class="image-preview-wrapper" v-if="brandLogoUrl">
<img :src="brandLogoUrl" alt="品牌 Banner" class="preview-image" />