mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor: 更新首页教学视频链接
This commit is contained in:
parent
d033387c60
commit
607680eef4
@ -68,7 +68,7 @@ curl -sSL https://github.com/dataease/dataease/releases/latest/download/quick_st
|
|||||||
```
|
```
|
||||||
|
|
||||||
- [在线文档](https://dataease.io/docs/)
|
- [在线文档](https://dataease.io/docs/)
|
||||||
- [演示视频](https://www.bilibili.com/video/BV1UB4y1K7jA)
|
- [演示视频](https://www.bilibili.com/video/BV1i34y1v7hq/)
|
||||||
|
|
||||||
## 微信群
|
## 微信群
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<el-row class="demo_main">
|
<el-row class="demo_main">
|
||||||
<div class="demo_title" />
|
<div class="demo_title" />
|
||||||
<div class="demo_content">
|
<div class="demo_content">
|
||||||
<a href="https://www.bilibili.com/video/BV1UB4y1K7jA" target="_blank">{{ $t('wizard.demo_video_hint') }}</a>
|
<a href="https://www.bilibili.com/video/BV1i34y1v7hq/" target="_blank">{{ $t('wizard.demo_video_hint') }}</a>
|
||||||
</div>
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
</template>
|
</template>
|
||||||
|
@ -43,7 +43,7 @@ export default {
|
|||||||
head: this.$t('wizard.quick_start'),
|
head: this.$t('wizard.quick_start'),
|
||||||
content: this.$t('wizard.demo_video_hint'),
|
content: this.$t('wizard.demo_video_hint'),
|
||||||
bottom: '',
|
bottom: '',
|
||||||
href: 'https://www.bilibili.com/video/BV1UB4y1K7jA',
|
href: 'https://www.bilibili.com/video/BV1i34y1v7hq/',
|
||||||
component: 'CardDetail'
|
component: 'CardDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user