Skip to content

Commit

Permalink
feat: update scene assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Oct 20, 2023
1 parent a8d7a2c commit 28ea3a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/gi-site/src/services/assets.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { GIAssets, utils } from '@antv/gi-sdk';
// import { getCombinedAssets } from '../loader';

// import * as GI_ASSETS_ADVANCE from '@antv/gi-assets-advance';
import * as GI_ASSETS_ADVANCE from '@antv/gi-assets-advance';
// import * as GI_ASSETS_ALGORITHM from '@antv/gi-assets-algorithm';
import * as GI_ASSETS_BASIC from '@antv/gi-assets-basic';
// import * as GI_ASSETS_SCENE from '@antv/gi-assets-scene';
import * as GI_ASSETS_SCENE from '@antv/gi-assets-scene';
// /** 引擎包 */
// import * as GI_ASSETS_GALAXYBASE from '@antv/gi-assets-galaxybase';
// import * as GI_ASSETS_GRAPHSCOPE from '@antv/gi-assets-graphscope';
Expand Down Expand Up @@ -33,18 +33,18 @@ const LOCAL_ASSETS: any[] = [
...OFFICIAL_PACKAGES_MAP['GI_ASSETS_BASIC'],
...GI_ASSETS_BASIC,
},
// {
// ...OFFICIAL_PACKAGES_MAP['GI_ASSETS_ADVANCE'],
// ...GI_ASSETS_ADVANCE,
// },
{
...OFFICIAL_PACKAGES_MAP['GI_ASSETS_ADVANCE'],
...GI_ASSETS_ADVANCE,
},
// {
// ...OFFICIAL_PACKAGES_MAP['GI_ASSETS_ALGORITHM'],
// ...GI_ASSETS_ALGORITHM,
// },
// {
// ...OFFICIAL_PACKAGES_MAP['GI_ASSETS_SCENE'],
// ...GI_ASSETS_SCENE,
// },
{
...OFFICIAL_PACKAGES_MAP['GI_ASSETS_SCENE'],
...GI_ASSETS_SCENE,
},
// /** 引擎资产: TuGraph*/
// {
// ...OFFICIAL_PACKAGES_MAP['GI_ASSETS_TUGRAPH'],
Expand Down

0 comments on commit 28ea3a5

Please sign in to comment.