mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
[Docs] Add partner presentation documents
This commit is contained in:
parent
9609452cf7
commit
1bba2d7cbf
@ -43,7 +43,8 @@ export default {
|
||||
},
|
||||
tooltip: {
|
||||
isShowOverflowTextTooltip: true,
|
||||
}
|
||||
},
|
||||
autoFillWidth: true
|
||||
}
|
||||
const tableInstance = new VTable.ListTable(this.$refs.content, options)
|
||||
// Add cell tooltip
|
||||
|
67
docs/docs/partners.md
Normal file
67
docs/docs/partners.md
Normal file
@ -0,0 +1,67 @@
|
||||
---
|
||||
template: main.html
|
||||
title: 合作伙伴
|
||||
|
||||
hide:
|
||||
- navigation
|
||||
- toc
|
||||
---
|
||||
|
||||
<style>
|
||||
.md-typeset h1 {
|
||||
text-align: center;
|
||||
font-weight: 1000;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div align="center">
|
||||
宽而广的使用团体,让我们的系统更加的善美。
|
||||
</div>
|
||||
|
||||
### UI & 可视化
|
||||
|
||||
---
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- <img src="https://res.hc-cdn.com/tinyui-design-common/1.0.5.20230830165022/assets/opentiny-logo.svg" width="40" style="margin: -10px 10px;" /> __OpenTiny__
|
||||
|
||||
---
|
||||
|
||||
华为云出品的企业级设计体系,追求极致体验,多种设计方法融合,开箱即用的多语言组件库,实现企业级设计体系。
|
||||
|
||||
[:octicons-arrow-right-24: 访问](https://opentiny.design/)
|
||||
|
||||
- <img src="https://github.com/VisActor/.github/raw/main/profile/logo_500_200_light.svg" width="80" style="margin: -10px 10px;" /> __VTable 方格艺术家__
|
||||
|
||||
---
|
||||
|
||||
VTable 不仅仅是一个高性能的多维数据分析表,更是一个在行和列之间创作艺术的网格艺术家。
|
||||
|
||||
[:octicons-arrow-right-24: 访问](https://visactor.io/vtable)
|
||||
|
||||
- <img src="https://github.com/VisActor/.github/raw/main/profile/logo_500_200_light.svg" width="80" style="margin: -10px 10px;" /> __VChart 故事讲述者__
|
||||
|
||||
---
|
||||
|
||||
VChart 不只是开箱即用的多端图表库,更是生动灵活的数据故事讲述者。
|
||||
|
||||
[:octicons-arrow-right-24: 访问](https://visactor.io/vchart)
|
||||
|
||||
- <img src="https://avatars.githubusercontent.com/u/6128107?s=200&v=4" width="30" style="margin: -10px 10px;" /> __Vue.js__
|
||||
|
||||
---
|
||||
|
||||
渐进式,JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。
|
||||
|
||||
[:octicons-arrow-right-24: 访问](https://vuejs.org/)
|
||||
|
||||
- <img src="https://avatars.githubusercontent.com/u/19199542?s=48&v=4" width="30" style="margin: -10px 10px;" /> __X6 图编辑引擎__
|
||||
|
||||
---
|
||||
|
||||
X6 是 AntV 旗下的图编辑引擎,提供了一系列开箱即用的交互组件和简单易用的节点定制能力,方便我们快速搭建 DAG 图、ER 图、流程图等应用。
|
||||
|
||||
[:octicons-arrow-right-24: 访问](https://x6.antv.vision/)
|
||||
|
||||
</div>
|
@ -228,3 +228,4 @@ nav:
|
||||
- Other:
|
||||
- developer/pipeline/home.md
|
||||
- useCases.md
|
||||
- partners.md
|
||||
|
Loading…
Reference in New Issue
Block a user