细节调整

This commit is contained in:
kron
2025-11-11 16:31:47 +08:00
parent 6df7986c47
commit 59a2b173a6
8 changed files with 46 additions and 32 deletions

View File

@@ -5,11 +5,11 @@ import SButton from "@/components/SButton.vue";
import { laserAimAPI, laserCloseAPI } from "@/apis";
import { MESSAGETYPES } from "@/constants";
import audioManager from "@/audioManager";
// import audioManager from "@/audioManager";
const guides = [
{
title: "箭头面向墙面,直至语音提示激光坐标已校准",
title: "箭头面向靶子",
src: "https://static.shelingxingqiu.com/attachment/2025-10-30/ddv9p5fk5wscg7hrfo.png",
},
{
@@ -34,7 +34,7 @@ function onReceiveMessage(messages = []) {
if (msg.constructor === MESSAGETYPES.Calibration) {
done.value = true;
uni.setStorageSync("calibration", true);
audioManager.play("激光已校准");
// audioManager.play("激光已校准");
}
});
}
@@ -109,7 +109,7 @@ onBeforeUnmount(async () => {
height: 250rpx;
}
.container > text {
font-size: 20rpx;
font-size: 24rpx;
color: #fff9;
margin: 30rpx;
}