This commit is contained in:
joylink_zhaoerwei 2024-10-30 10:15:47 +08:00
parent 8260753cf7
commit a36b425b12
10 changed files with 19 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,10 +1,10 @@
<template>
<div class="psd-title">{{ props.stationName }}屏蔽门系统图</div>
<div class="up-train">
<q-img :src="train" />
<q-img :src="train1" />
</div>
<div class="down-train">
<q-img :src="train" />
<q-img :src="train2" />
</div>
<div class="duanmen up-first-duanmen">
<q-img :src="allDuanmenImg.upFirst" class="img" />
@ -53,7 +53,8 @@
<script setup lang="ts">
import { onMounted, reactive, ref } from 'vue';
import train from 'src/assets/ISCS/PSD/train.png';
import train1 from 'src/assets/ISCS/PSD/train1.png';
import train2 from 'src/assets/ISCS/PSD/train2.png';
import duanmenClose from 'src/assets/ISCS/PSD/duanmenClose.png';
import duanmenAlarm from 'src/assets/ISCS/PSD/duanmenAlarm.png';
import duanmenConnectBreak from 'src/assets/ISCS/PSD/duanmenConnectBreak.png';

View File

@ -29,7 +29,6 @@ export class Escalator extends JlGraphic {
this.escalatorTextures = escalatorTextures;
this._escalator = new Sprite();
this._escalator.texture = this.escalatorTextures.greenOff;
this._escalator.scale.set(0.25);
this._escalator.anchor.set(0.5);
this.addChild(this._escalator);
}

View File

@ -1,19 +1,19 @@
{
"frames": {
"green-off.png": {
"frame": { "x": 0, "y": 0, "w": 128, "h": 128 },
"frame": { "x": 0, "y": 0, "w": 45, "h": 46 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 128, "h": 128 },
"sourceSize": { "w": 128, "h": 128 },
"spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 46 },
"sourceSize": { "w": 46, "h": 46 },
"anchor": { "x": 0.5, "y": 0.5 }
},
"green-on.png": {
"frame": { "x": 128, "y": 0, "w": 128, "h": 128 },
"frame": { "x": 45, "y": 0, "w": 45, "h": 46 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 128, "h": 128 },
"sourceSize": { "w": 128, "h": 64 },
"spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 46 },
"sourceSize": { "w": 46, "h": 64 },
"anchor": { "x": 0.5, "y": 0.5 }
}
},
@ -22,7 +22,7 @@
"version": "1.1",
"image": "tcc-light.png",
"format": "RGBA8888",
"size": { "w": 256, "h": 128 },
"size": { "w": 271, "h": 46 },
"scale": "0.5",
"smartupdate": "$TexturePacker:SmartUpdate:e7620bd2d73cc0b3e2deea9704e7eefc:f129a1d9e4b9ba57720b3861c22b155b:eb2d421f7759984b7713aa4aa5354134$"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -29,7 +29,7 @@ export class VerticalElevator extends JlGraphic {
this.verticalElevatorTextures = verticalElevatorTextures;
this._verticalElevator = new Sprite();
this._verticalElevator.texture = this.verticalElevatorTextures.greenOff;
this._verticalElevator.scale.set(0.25);
this._verticalElevator.scale.set(1);
this._verticalElevator.anchor.set(0.5);
this.addChild(this._verticalElevator);
}

View File

@ -1,19 +1,19 @@
{
"frames": {
"green-off.png": {
"frame": { "x": 0, "y": 0, "w": 128, "h": 128 },
"frame": { "x": 0, "y": 0, "w": 32, "h": 33 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 128, "h": 128 },
"sourceSize": { "w": 128, "h": 128 },
"spriteSourceSize": { "x": 0, "y": 0, "w": 33, "h": 33 },
"sourceSize": { "w": 128, "h": 33 },
"anchor": { "x": 0.5, "y": 0.5 }
},
"green-on.png": {
"frame": { "x": 128, "y": 0, "w": 128, "h": 128 },
"frame": { "x": 33, "y": 0, "w": 32, "h": 33 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 128, "h": 128 },
"sourceSize": { "w": 128, "h": 64 },
"spriteSourceSize": { "x": 0, "y": 0, "w": 33, "h": 33 },
"sourceSize": { "w": 128, "h": 33 },
"anchor": { "x": 0.5, "y": 0.5 }
}
},
@ -22,7 +22,7 @@
"version": "1.1",
"image": "tcc-light.png",
"format": "RGBA8888",
"size": { "w": 256, "h": 128 },
"size": { "w": 129, "h": 33 },
"scale": "0.5",
"smartupdate": "$TexturePacker:SmartUpdate:e7620bd2d73cc0b3e2deea9704e7eefc:f129a1d9e4b9ba57720b3861c22b155b:eb2d421f7759984b7713aa4aa5354134$"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB