fix: update label and hint text for town logo input in editor

This commit is contained in:
zhangyuheng
2026-03-17 10:12:41 +08:00
parent 3ee78ae04c
commit 3c65860619

View File

@@ -197,7 +197,7 @@
<input type="text" id="editor-town-title" placeholder="输入城镇名称...">
</div>
<div class="form-group">
<label for="editor-town-logo">Logo 图片地址(可空)</label>
<label for="editor-town-logo">头图/Logo 图片地址(可空)</label>
<input type="text" id="editor-town-logo" placeholder="输入图片URL留空使用默认背景...">
</div>
<div class="form-group">
@@ -212,7 +212,7 @@
<input type="color" id="editor-town-gradient-to" value="#764ba2">
</label>
</div>
<p class="field-hint">当未设置 Logo 时,将使用这组渐变色作为卡片和详情头图背景。</p>
<p class="field-hint">当未设置头图时,将使用这组渐变色作为卡片和详情头图背景。</p>
</div>
<div class="form-row">
<div class="form-group">