|
@@ -204,6 +204,10 @@ export const getDownloadList = (meta2dData: any, path: string = 'v') => {
|
|
|
'/view/assets/draco_decoder_gltf.js',
|
|
|
'/view/assets/draco_wasm_wrapper_gltf.js',
|
|
|
'/view/assets/draco_decoder_gltf.wasm',
|
|
|
+
|
|
|
+ //echarts 主题
|
|
|
+ '/view/theme/dark.json',
|
|
|
+ '/view/theme/light.json',
|
|
|
];
|
|
|
files.forEach((file) => {
|
|
|
lists.add({
|