Skip to content

Commit b2162e3

Browse files
committed
同步代码
1 parent a6fea03 commit b2162e3

File tree

165 files changed

+47370
-47013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+47370
-47013
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"moment": "^2.30.1",
2929
"monaco-editor": "^0.44.0",
3030
"nprogress": "^0.2.0",
31-
"react": "^18.3.1",
31+
"react": "~18.2.0",
32+
"react-dom": "~18.2.0",
3233
"react-color": "^2.19.3",
33-
"react-dom": "^18.3.1",
3434
"react-redux": "^8.1.3",
3535
"redux": "^4.2.1",
3636
"split.js": "^1.6.5",

public/lib/Cesium/Cesium.js

Lines changed: 15207 additions & 15179 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/lib/Cesium/ThirdParty/Workers/pako_inflate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/lib/Cesium/Workers/chunk-RLNLNL6Y.js renamed to public/lib/Cesium/Workers/chunk-24ZYVES6.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/lib/Cesium/Workers/chunk-VPLHXR2B.js renamed to public/lib/Cesium/Workers/chunk-3ENQPBUN.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license
33
* Cesium - https://github.com/CesiumGS/cesium
4-
* Version 1.126.2
4+
* Version 1.127
55
*
66
* Copyright 2011-2022 Cesium Contributors
77
*
@@ -23,4 +23,4 @@
2323
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
2424
*/
2525

26-
import{a}from"./chunk-VEIGU5F3.js";import{a as N}from"./chunk-NUWAUNN2.js";import{a as t}from"./chunk-CWP2SDHN.js";import{e as i}from"./chunk-KOK32Q4J.js";var r={UNSIGNED_BYTE:N.UNSIGNED_BYTE,UNSIGNED_SHORT:N.UNSIGNED_SHORT,UNSIGNED_INT:N.UNSIGNED_INT};r.getSizeInBytes=function(e){switch(e){case r.UNSIGNED_BYTE:return Uint8Array.BYTES_PER_ELEMENT;case r.UNSIGNED_SHORT:return Uint16Array.BYTES_PER_ELEMENT;case r.UNSIGNED_INT:return Uint32Array.BYTES_PER_ELEMENT}throw new t("indexDatatype is required and must be a valid IndexDatatype constant.")};r.fromSizeInBytes=function(e){switch(e){case 2:return r.UNSIGNED_SHORT;case 4:return r.UNSIGNED_INT;case 1:return r.UNSIGNED_BYTE;default:throw new t("Size in bytes cannot be mapped to an IndexDatatype")}};r.validate=function(e){return i(e)&&(e===r.UNSIGNED_BYTE||e===r.UNSIGNED_SHORT||e===r.UNSIGNED_INT)};r.createTypedArray=function(e,n){if(!i(e))throw new t("numberOfVertices is required.");return e>=a.SIXTY_FOUR_KILOBYTES?new Uint32Array(n):new Uint16Array(n)};r.createTypedArrayFromArrayBuffer=function(e,n,E,o){if(!i(e))throw new t("numberOfVertices is required.");if(!i(n))throw new t("sourceArray is required.");if(!i(E))throw new t("byteOffset is required.");return e>=a.SIXTY_FOUR_KILOBYTES?new Uint32Array(n,E,o):new Uint16Array(n,E,o)};r.fromTypedArray=function(e){if(e instanceof Uint8Array)return r.UNSIGNED_BYTE;if(e instanceof Uint16Array)return r.UNSIGNED_SHORT;if(e instanceof Uint32Array)return r.UNSIGNED_INT;throw new t("array must be a Uint8Array, Uint16Array, or Uint32Array.")};var u=Object.freeze(r);export{u as a};
26+
import{a}from"./chunk-NTNB2RUS.js";import{a as N}from"./chunk-SCRFYNVO.js";import{a as t}from"./chunk-H5M663KA.js";import{e as i}from"./chunk-IEMGHOZF.js";var r={UNSIGNED_BYTE:N.UNSIGNED_BYTE,UNSIGNED_SHORT:N.UNSIGNED_SHORT,UNSIGNED_INT:N.UNSIGNED_INT};r.getSizeInBytes=function(e){switch(e){case r.UNSIGNED_BYTE:return Uint8Array.BYTES_PER_ELEMENT;case r.UNSIGNED_SHORT:return Uint16Array.BYTES_PER_ELEMENT;case r.UNSIGNED_INT:return Uint32Array.BYTES_PER_ELEMENT}throw new t("indexDatatype is required and must be a valid IndexDatatype constant.")};r.fromSizeInBytes=function(e){switch(e){case 2:return r.UNSIGNED_SHORT;case 4:return r.UNSIGNED_INT;case 1:return r.UNSIGNED_BYTE;default:throw new t("Size in bytes cannot be mapped to an IndexDatatype")}};r.validate=function(e){return i(e)&&(e===r.UNSIGNED_BYTE||e===r.UNSIGNED_SHORT||e===r.UNSIGNED_INT)};r.createTypedArray=function(e,n){if(!i(e))throw new t("numberOfVertices is required.");return e>=a.SIXTY_FOUR_KILOBYTES?new Uint32Array(n):new Uint16Array(n)};r.createTypedArrayFromArrayBuffer=function(e,n,E,o){if(!i(e))throw new t("numberOfVertices is required.");if(!i(n))throw new t("sourceArray is required.");if(!i(E))throw new t("byteOffset is required.");return e>=a.SIXTY_FOUR_KILOBYTES?new Uint32Array(n,E,o):new Uint16Array(n,E,o)};r.fromTypedArray=function(e){if(e instanceof Uint8Array)return r.UNSIGNED_BYTE;if(e instanceof Uint16Array)return r.UNSIGNED_SHORT;if(e instanceof Uint32Array)return r.UNSIGNED_INT;throw new t("array must be a Uint8Array, Uint16Array, or Uint32Array.")};var u=Object.freeze(r);export{u as a};

public/lib/Cesium/Workers/chunk-ACQ7P2GP.js renamed to public/lib/Cesium/Workers/chunk-3YPXVLQ6.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license
33
* Cesium - https://github.com/CesiumGS/cesium
4-
* Version 1.126.2
4+
* Version 1.127
55
*
66
* Copyright 2011-2022 Cesium Contributors
77
*
@@ -23,4 +23,4 @@
2323
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
2424
*/
2525

26-
import{b as t}from"./chunk-BJSU2TZZ.js";import{a as r}from"./chunk-NPKJLKTD.js";import{a as m}from"./chunk-CWP2SDHN.js";import{e as i}from"./chunk-KOK32Q4J.js";function d(e){if(e=r(e,r.EMPTY_OBJECT),!i(e.geometry))throw new m("options.geometry is required.");this.geometry=e.geometry,this.modelMatrix=t.clone(r(e.modelMatrix,t.IDENTITY)),this.id=e.id,this.pickPrimitive=e.pickPrimitive,this.attributes=r(e.attributes,{}),this.westHemisphereGeometry=void 0,this.eastHemisphereGeometry=void 0}var s=d;export{s as a};
26+
import{b as t}from"./chunk-Z527LWHO.js";import{a as r}from"./chunk-WFRUBKWC.js";import{a as m}from"./chunk-H5M663KA.js";import{e as i}from"./chunk-IEMGHOZF.js";function d(e){if(e=r(e,r.EMPTY_OBJECT),!i(e.geometry))throw new m("options.geometry is required.");this.geometry=e.geometry,this.modelMatrix=t.clone(r(e.modelMatrix,t.IDENTITY)),this.id=e.id,this.pickPrimitive=e.pickPrimitive,this.attributes=r(e.attributes,{}),this.westHemisphereGeometry=void 0,this.eastHemisphereGeometry=void 0}var s=d;export{s as a};

public/lib/Cesium/Workers/chunk-GEGB3K2H.js renamed to public/lib/Cesium/Workers/chunk-57PW5AGA.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)