修改升级接收方式

This commit is contained in:
kron
2025-07-22 09:36:38 +08:00
parent cbf83952d7
commit d3029865cf
8 changed files with 36 additions and 42 deletions

View File

@@ -49,6 +49,7 @@ onMounted(() => {
<image src="../static/update-text-bg.png" />
<text>恭喜你升级到</text>
<text>射灵{{ lvl }}</text>
<text>!</text>
</view>
<button @click="onClose" hover-class="none">关闭</button>
</view>
@@ -102,7 +103,7 @@ onMounted(() => {
left: calc(50% - 40vw);
height: 60px;
}
.text-content > text:last-child {
.text-content > text:nth-child(3) {
color: #fed847;
}
.content > button:last-child {