-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc0daab
commit 9cff20d
Showing
15 changed files
with
236 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
packages/gi-assets-advance/src/components/AddSheetbar/index.md
This file was deleted.
Oops, something went wrong.
34 changes: 19 additions & 15 deletions
34
packages/gi-assets-advance/src/components/AjustLayout/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
packages/gi-assets-advance/src/components/AnalysisHistory/index.md
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
packages/gi-assets-advance/src/components/Assistant/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: AI 助理 | ||
order: 0 | ||
group: | ||
title: 高级资产 | ||
path: /advance | ||
nav: | ||
title: 资产包 | ||
path: /assets | ||
order: 1 | ||
--- | ||
|
||
```jsx | ||
import * as React from 'react'; | ||
import { GISDK_TEST } from '@antv/gi-sdk'; | ||
import * as Assets from '@antv/gi-assets-basic'; | ||
import Asset from './index.ts'; | ||
|
||
const { registerMeta, info } = Asset; | ||
const { id } = info; | ||
|
||
Assets.components[id] = Asset; | ||
|
||
const App = () => { | ||
return ( | ||
<div> | ||
<GISDK_TEST assets={Assets} activeAssets={[info]} /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default App; | ||
``` |
33 changes: 33 additions & 0 deletions
33
packages/gi-assets-advance/src/components/CypherQuery/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Cypher 语句查询 | ||
order: 0 | ||
group: | ||
title: 高级资产 | ||
path: /advance | ||
nav: | ||
title: 资产包 | ||
path: /assets | ||
order: 1 | ||
--- | ||
|
||
```jsx | ||
import * as React from 'react'; | ||
import { GISDK_TEST } from '@antv/gi-sdk'; | ||
import * as Assets from '@antv/gi-assets-basic'; | ||
import Asset from './index.ts'; | ||
|
||
const { registerMeta, info } = Asset; | ||
const { id } = info; | ||
|
||
Assets.components[id] = Asset; | ||
|
||
const App = () => { | ||
return ( | ||
<div> | ||
<GISDK_TEST assets={Assets} activeAssets={[info]} /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default App; | ||
``` |
33 changes: 33 additions & 0 deletions
33
packages/gi-assets-advance/src/components/GremlinQuery/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Gremlin 查询 | ||
order: 0 | ||
group: | ||
title: 高级资产 | ||
path: /advance | ||
nav: | ||
title: 资产包 | ||
path: /assets | ||
order: 1 | ||
--- | ||
|
||
```jsx | ||
import * as React from 'react'; | ||
import { GISDK_TEST } from '@antv/gi-sdk'; | ||
import * as Assets from '@antv/gi-assets-basic'; | ||
import Asset from './index.tsx'; | ||
|
||
const { registerMeta, info } = Asset; | ||
const { id } = info; | ||
|
||
Assets.components[id] = Asset; | ||
|
||
const App = () => { | ||
return ( | ||
<div> | ||
<GISDK_TEST assets={Assets} activeAssets={[info]} /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default App; | ||
``` |
33 changes: 33 additions & 0 deletions
33
packages/gi-assets-advance/src/components/JSONMode/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: 代码模式 | ||
order: 0 | ||
group: | ||
title: 高级资产 | ||
path: /advance | ||
nav: | ||
title: 资产包 | ||
path: /assets | ||
order: 1 | ||
--- | ||
|
||
```jsx | ||
import * as React from 'react'; | ||
import { GISDK_TEST } from '@antv/gi-sdk'; | ||
import * as Assets from '@antv/gi-assets-basic'; | ||
import Asset from './index.tsx'; | ||
|
||
const { registerMeta, info } = Asset; | ||
const { id } = info; | ||
|
||
Assets.components[id] = Asset; | ||
|
||
const App = () => { | ||
return ( | ||
<div> | ||
<GISDK_TEST assets={Assets} activeAssets={[info]} /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default App; | ||
``` |
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
packages/gi-assets-advance/src/components/Sheetbar/index.md
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
packages/gi-assets-advance/src/components/StructAnalysis/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: 路径结构分析 | ||
order: 0 | ||
group: | ||
title: 高级资产 | ||
path: /advance | ||
nav: | ||
title: 资产包 | ||
path: /assets | ||
order: 1 | ||
--- | ||
|
||
```jsx | ||
import * as React from 'react'; | ||
import { GISDK_TEST } from '@antv/gi-sdk'; | ||
import * as Assets from '@antv/gi-assets-basic'; | ||
import Asset from './index.tsx'; | ||
|
||
const { registerMeta, info } = Asset; | ||
const { id } = info; | ||
|
||
Assets.components[id] = Asset; | ||
|
||
const App = () => { | ||
return ( | ||
<div> | ||
<GISDK_TEST assets={Assets} activeAssets={[info]} /> | ||
</div> | ||
); | ||
}; | ||
|
||
export default App; | ||
``` |
62 changes: 18 additions & 44 deletions
62
packages/gi-assets-advance/src/components/StyleSetting/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.