autodesk本地

This commit is contained in:
koko 2025-08-29 11:44:29 +08:00
parent 07a9acb077
commit e22732775a
38 changed files with 368 additions and 19 deletions

View File

@ -4,10 +4,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<link
rel="stylesheet"
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css"
/>
<link rel="stylesheet" href="/autodesk/style.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>台灣百家珍釀造食品股份有限公司</title>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
@ -20,7 +17,7 @@
</head>
<body>
<div id="app"></div>
<script src="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/viewer3D.js"></script>
<script src="/autodesk/viewer3D.min.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
public/autodesk/lmvworker.min.js vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

1
public/autodesk/style.min.css vendored Normal file

File diff suppressed because one or more lines are too long

109
public/autodesk/viewer3D.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -90,7 +90,7 @@ export default function useSystemStatusByBaja(updateHeatBarIsShow) {
});
subscribeData.value = sub_data;
updateHeatMapData(sub_data);
updateSubscribeDataFromBaja(sub_data);
// updateSubscribeDataFromBaja(sub_data);
});
const visibleDbid = computed(() => {
@ -106,10 +106,9 @@ export default function useSystemStatusByBaja(updateHeatBarIsShow) {
// return visible;
return [
26, 32, 38, 43, 48, 53, 58, 63, 70, 76, 879, 1068, 1011, 1065, 855, 1109,
867,
963,1044,966,1139,936,1136,957,1133,954,610,1130,951,1041,939,
1145,987,999,1148,1002,1151,981,
813,1088,825,1091,804
867, 963, 1044, 966, 1139, 936, 1136, 957, 1133, 954, 610, 1130, 951,
1041, 939, 1145, 987, 999, 1148, 1002, 1151, 981, 813, 1088, 825, 1091,
804,
];
});

View File

@ -59,17 +59,12 @@ const alarms = ref([
</tr>
</thead>
<tbody class="text-base">
<tr v-if="alarms.length === 0">
<td colspan="4" class="text-center">
<span>無資料</span>
<tr>
<td colspan="4" class="text-center h-40">
<!-- <span>無資料</span> -->
</td>
</tr>
<tr v-else v-for="alarm in alarms" :key="alarm.uuid">
<td>{{ alarm.timestamp_date }}</td>
<td>{{ alarm.timestamp_time }}</td>
<td>{{ alarm.msg }}</td>
<td>{{ alarm.status }}</td>
</tr>
</tbody>
</table>
</div>