修复材质加载与导出
This commit is contained in:
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
@@ -14,9 +14,6 @@ importers:
|
||||
csstype:
|
||||
specifier: ^3.1.3
|
||||
version: 3.1.3
|
||||
fflate:
|
||||
specifier: ^0.8.2
|
||||
version: 0.8.2
|
||||
flatbush:
|
||||
specifier: ^3.3.0
|
||||
version: 3.3.1
|
||||
@@ -39,8 +36,8 @@ importers:
|
||||
specifier: ^3.5.13
|
||||
version: 3.5.13(typescript@5.7.3)
|
||||
webcad_ue4_api:
|
||||
specifier: http://gitea.cf/cx/webcad-ue4-api/archive/3.20.0.tar.gz
|
||||
version: http://gitea.cf/cx/webcad-ue4-api/archive/3.20.0.tar.gz
|
||||
specifier: http://gitea.cf/cx/webcad-ue4-api/archive/3.26.0.tar.gz
|
||||
version: http://gitea.cf/cx/webcad-ue4-api/archive/3.26.0.tar.gz
|
||||
xaop:
|
||||
specifier: ^2.0.0
|
||||
version: 2.1.0
|
||||
@@ -48,6 +45,9 @@ importers:
|
||||
'@types/node':
|
||||
specifier: ^22.14.1
|
||||
version: 22.14.1
|
||||
'@types/pako':
|
||||
specifier: 1.0.3
|
||||
version: 1.0.3
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^5.2.3
|
||||
version: 5.2.3(vite@6.2.6(@types/node@22.14.1)(sass-embedded@1.87.0))(vue@3.5.13(typescript@5.7.3))
|
||||
@@ -412,6 +412,9 @@ packages:
|
||||
'@types/node@22.14.1':
|
||||
resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
|
||||
|
||||
'@types/pako@1.0.3':
|
||||
resolution: {integrity: sha512-EDxOsHAD5dqjbjEUM1xwa7rpKPFb8ECBE5irONTQU7/OsO3thI5YrNEWSPNMvYmvFM0l/OLQJ6Mgw7PEdXSjhg==}
|
||||
|
||||
'@vitejs/plugin-vue@5.2.3':
|
||||
resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
@@ -599,9 +602,6 @@ packages:
|
||||
fast-deep-equal@3.1.3:
|
||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||
|
||||
fflate@0.8.2:
|
||||
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
|
||||
|
||||
flatbush@3.3.1:
|
||||
resolution: {integrity: sha512-oKuPbtT+DS2CxH+9Vhbsq8HifmSCuOw+3Cy5zt/vCIrZl5KyengoTHDBLmtpZoBhcwa7/biNjgL1DwdLMJYm1A==}
|
||||
|
||||
@@ -1051,9 +1051,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
webcad_ue4_api@http://gitea.cf/cx/webcad-ue4-api/archive/3.20.0.tar.gz:
|
||||
resolution: {tarball: http://gitea.cf/cx/webcad-ue4-api/archive/3.20.0.tar.gz}
|
||||
version: 0.3.19
|
||||
webcad_ue4_api@http://gitea.cf/cx/webcad-ue4-api/archive/3.26.0.tar.gz:
|
||||
resolution: {tarball: http://gitea.cf/cx/webcad-ue4-api/archive/3.26.0.tar.gz}
|
||||
version: 0.3.20
|
||||
|
||||
xaop@2.1.0:
|
||||
resolution: {integrity: sha512-/ovWCaQIet3a3VnoVeN1/pNPqCrS/JifF28N7crPhq8BXEWx4Da2o+LYCCxnTWGAjGp5+2W2hd0HIpVESounSQ==}
|
||||
@@ -1302,6 +1302,8 @@ snapshots:
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
'@types/pako@1.0.3': {}
|
||||
|
||||
'@vitejs/plugin-vue@5.2.3(vite@6.2.6(@types/node@22.14.1)(sass-embedded@1.87.0))(vue@3.5.13(typescript@5.7.3))':
|
||||
dependencies:
|
||||
vite: 6.2.6(@types/node@22.14.1)(sass-embedded@1.87.0)
|
||||
@@ -1532,8 +1534,6 @@ snapshots:
|
||||
|
||||
fast-deep-equal@3.1.3: {}
|
||||
|
||||
fflate@0.8.2: {}
|
||||
|
||||
flatbush@3.3.1:
|
||||
dependencies:
|
||||
flatqueue: 1.2.1
|
||||
@@ -1906,7 +1906,7 @@ snapshots:
|
||||
optionalDependencies:
|
||||
typescript: 5.7.3
|
||||
|
||||
webcad_ue4_api@http://gitea.cf/cx/webcad-ue4-api/archive/3.20.0.tar.gz: {}
|
||||
webcad_ue4_api@http://gitea.cf/cx/webcad-ue4-api/archive/3.26.0.tar.gz: {}
|
||||
|
||||
xaop@2.1.0: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user