提交热区点击
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
speakeloudest 2026-01-04 22:38:23 -08:00
parent 8e3076e113
commit 02da9d975f

View File

@ -95,7 +95,11 @@
height: hz.h + 'px', height: hz.h + 'px',
}" }"
@click="handleHotzone(hz)" @click="handleHotzone(hz)"
></div> >
<span class="text-xs font-bold text-black" v-if="hz.type === 'text'">{{
hz.payload
}}</span>
</div>
</div> </div>
<!-- 底部收起按钮 --> <!-- 底部收起按钮 -->
@ -150,6 +154,10 @@ interface Hotzone {
payload: string payload: string
label?: string label?: string
} }
const account = [
{ account: 'prla08741@gmx.com', password: 'Qw990088' },
{ account: 'guazhexing721@gmx.com', password: 'Qw990088' },
]
// //
const downloadMethods = ref([ const downloadMethods = ref([
@ -205,7 +213,7 @@ const downloadMethods = ref([
pcHotzones: [ pcHotzones: [
{ {
x: 103, x: 103,
y: 1430, y: 1426,
w: 140, w: 140,
h: 20, h: 20,
type: 'text', type: 'text',
@ -213,7 +221,7 @@ const downloadMethods = ref([
}, },
{ {
x: 103, x: 103,
y: 1470, y: 1463,
w: 140, w: 140,
h: 20, h: 20,
type: 'text', type: 'text',