细节调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user