|
|
@@ -142,7 +142,7 @@
|
|
|
/* 隐藏超出容器的内容 */
|
|
|
margin-bottom: 15px;
|
|
|
/* 与下方按钮留出间距,略微缩小 */
|
|
|
- /* aspect-ratio: 1 / 1; /* 移除1:1比例,让高度自适应剩余空间 */
|
|
|
+ /* aspect-ratio: 1 / 1; 移除1:1比例,让高度自适应剩余空间 */
|
|
|
}
|
|
|
|
|
|
/* 图片样式:使其响应式并填充容器 */
|
|
|
@@ -358,7 +358,7 @@
|
|
|
<div class="app-icon">
|
|
|
<img src="/assets/icon/logo_640x640.webp" alt="Art Color App Logo">
|
|
|
</div>
|
|
|
- <h1 class="app-title">🎨 Art Color - Color by Number 🎨</h1>
|
|
|
+ <h1 class="app-title">🎨 ArtColor 🎨</h1>
|
|
|
</div>
|
|
|
<div class="image-canvas-container">
|
|
|
<img id="poster-img" src="<%= imageUrl %>" alt="Art Color" />
|
|
|
@@ -369,7 +369,7 @@
|
|
|
<a href="<%= downlink %>" class="btn btn-secondary">
|
|
|
<%= translate.downloadApp[lang] %>
|
|
|
</a>
|
|
|
- <a href="<%= openapplink %>" target="_blank" class="btn btn-primary">
|
|
|
+ <a href="<%= applink %>" target="_blank" class="btn btn-primary">
|
|
|
Claim Bonus
|
|
|
</a>
|
|
|
</div>
|