chore: 皇冠动画效果实现
This commit is contained in:
@@ -543,6 +543,28 @@
|
||||
<p class="upload-hint">支持JPG、PNG、GIF格式,建议尺寸200x200像素,文件大小不超过5MB</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 皇冠配置 -->
|
||||
<div class="config-section">
|
||||
<h3 class="text-gold">👑 英雄冠军皇冠配置</h3>
|
||||
<div class="crown-config-section">
|
||||
<div class="config-item">
|
||||
<label class="checkbox-label">
|
||||
<span>皇冠大小(像素):</span>
|
||||
<input type="number" v-model.number="localDisplayConfig.crown.size" min="30" max="300"
|
||||
class="width-input" placeholder="输入大小(像素)">
|
||||
<span class="size-unit">px</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" v-model="localDisplayConfig.crown.animationEnabled">
|
||||
<span>启用皇冠浮动动画效果</span>
|
||||
</label>
|
||||
</div>
|
||||
<p class="upload-hint">皇冠大小默认为英雄冠军头像的1.2倍,建议设置为合适的大小以确保美观</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 战鼓配置 -->
|
||||
|
||||
Reference in New Issue
Block a user