chore(deps): update orbpro to version 1.126.0; set CESIUM_BASE_URL in SAT page
All checks were successful
/ depcheck (push) Successful in 1m55s
/ surge (push) Successful in 1m38s
/ playwright (push) Successful in 1m10s
/ build-and-deploy-to-vercel (push) Successful in 2m13s

This commit is contained in:
严浩
2025-02-11 18:22:06 +08:00
parent 19e46190f1
commit 6a3560a7f8
3 changed files with 9 additions and 6 deletions

View File

@ -53,7 +53,7 @@
"jsencrypt": "^3.3.2",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"orbpro": "^1.123.7",
"orbpro": "^1.126.0",
"page-stack-vue3": "^2.5.6",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",

10
pnpm-lock.yaml generated
View File

@ -61,8 +61,8 @@ importers:
specifier: ^0.2.0
version: 0.2.0
orbpro:
specifier: ^1.123.7
version: 1.123.7
specifier: ^1.126.0
version: 1.126.0
page-stack-vue3:
specifier: ^2.5.6
version: 2.5.6(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
@ -3825,8 +3825,8 @@ packages:
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
engines: {node: '>=10'}
orbpro@1.123.7:
resolution: {integrity: sha512-Vb1274kAnXhWE/NF/b9ib6okPVCk7AKPkOx9MpAw/cFCfVbgnyJ0raOcc6d52dGvNLoOQ7cSWBmXBWjoB9Iocg==}
orbpro@1.126.0:
resolution: {integrity: sha512-qmv+LEXOii2EOwJqEQXj8H3d33Fac/clJ4QGLNbZUymtpQDMQ0wExRlSIe71lZccIEiM3B7TG2eFHg620INvdg==}
engines: {node: '>=18.18.0'}
os-paths@4.4.0:
@ -9046,7 +9046,7 @@ snapshots:
strip-ansi: 6.0.1
wcwidth: 1.0.1
orbpro@1.123.7: {}
orbpro@1.126.0: {}
os-paths@4.4.0: {}

View File

@ -2,6 +2,9 @@
import CesiumViewer from './CesiumViewer.vue';
const $datatableShow = ref(false);
// @ts-expect-error https://digitalarsenal.io/Widgets/InfoBox/InfoBoxDescription.css
globalThis.CESIUM_BASE_URL = 'http://digitalarsenal.io/';
</script>
<template>