soul2.cn的vue项目 http://soul2.cn
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.0 KiB

<template>
<div id="so-demo" style="padding: 0 15%;">
<el-card shadow="always">
<div slot="header">
关于灵魂演示
</div>
<div>
<p>
这是一套你不能错过的魔兽地图编辑器入门教程
</p>
<p>
灵魂演示是灵魂所制作的一套强大的
<el-link
href='https://xywiki.com/%E9%AD%94%E5%85%BD%E5%9C%B0%E5%9B%BE%E7%BC%96%E8%BE%91%E5%99%A8'
target='_blank'
type="primary"
>
魔兽地图编辑器
</el-link>
系统演示地图涵盖了许多新手入门所关注和需要的内容
</p>
<p>
灵魂演示地图基于
<el-link
href='https://xywiki.com/YDWE'
target='_blank'
type="primary"
>
YDWE
</el-link>
1.27.5 制作请使用 YDWE 1.27.5 或以上的版本打开灵魂演示地图否则可能会导致
<el-link
href='https://xywiki.com/WE%E5%85%BC%E5%AE%B9%E6%80%A7%E9%94%99%E8%AF%AF'
target='_blank'
type="primary"
>
WE兼容性错误
</el-link>
</p>
<p>
你可以选择
<el-link
href='http://next.soul2.cn/download/soul-demo/%E5%90%88%E9%9B%86.zip'
target='_blank'
type="primary"
icon="el-icon-download"
>
点击这里
</el-link>
一次性下载所有演示地图也可以通过点击下方各个按钮以你希望的方式下载你所需要的特定演示地图
</p>
<div style="margin-top: 7px;">
<el-button size="mini" class="el-icon-position"
@click="goto('https://wow8.org/soul-demo/')"
>
Wow8
</el-button>
<el-button size="mini" class="el-icon-position"
@click="goto('https://tieba.baidu.com/p/4575301644')"
>
贴吧
</el-button>
<el-button size="mini" class="el-icon-cloudy"
@click="goto('https://share.weiyun.com/5YXLT4L')"
>
微云
</el-button>
<el-button size="mini" class="el-icon-cloudy"
@click="goto('https://pan.baidu.com/s/1bGeoOm#list/path=%2F')"
>
百度云
</el-button>
</div>
</div>
</el-card>
<el-card shadow="always" style="margin-top: 20px;">
<div slot="header">第三卷的教程是视频教程</div>
<div>
放到了
<el-link href="https://space.bilibili.com/8225928" type="primary">我的B站账号</el-link>
</div>
</el-card>
<el-card shadow="always" style="margin-top: 20px;">
<div slot="header">另外</div>
<div>每期的列表将会在不久后展示</div>
</el-card>
</div>
</template>
<script>
export default {
name: "SoDemo"
}
</script>
<style scoped>
</style>