添加新年主题

This commit is contained in:
kron
2025-12-31 16:42:53 +08:00
parent af852d9b59
commit 60b1006447
4 changed files with 28 additions and 0 deletions
+10
View File
@@ -301,6 +301,11 @@ onShareTimeline(() => {
<view class="title" :style="{ marginBottom: 0 }">
<image src="../static/point-book-title1.png" mode="widthFix" />
</view>
<image
src="https://static.shelingxingqiu.com/attachment/2025-12-31/dfc9dxrpyf4exh4rhd.png"
mode="widthFix"
class="bowtarget-theme"
/>
<view class="heat-map">
<image
:src="bowTargetSrc || '../static/bow-target.png'"
@@ -554,4 +559,9 @@ onShareTimeline(() => {
.tip-content > view > button:last-child {
background: #fed847;
}
.bowtarget-theme {
width: 100vw;
margin-left: -25rpx;
margin-bottom: -30vw;
}
</style>