update:代码备份

This commit is contained in:
2026-05-29 17:46:52 +08:00
parent 8b25a10d4c
commit b3fc11f1b1
8 changed files with 1322 additions and 108 deletions
+5
View File
@@ -41,6 +41,10 @@ const props = defineProps({
type: Boolean,
default: true,
},
headerClass: {
type: String,
default: "",
},
showBottom: {
type: Boolean,
default: true,
@@ -152,6 +156,7 @@ const goCalibration = async () => {
<AppBackground :type="bgType" :bgColor="bgColor" />
<Header
v-if="!isHome"
:class="headerClass"
:title="title"
:onBack="onBack"
:whiteBackArrow="whiteBackArrow"