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.
20 lines
740 B
20 lines
740 B
3 years ago
|
<template>
|
||
|
<div id="so-demo">
|
||
|
灵魂演示 <br>
|
||
|
这是一套你不能错过的魔兽地图编辑器入门教程。 <br>
|
||
|
灵魂演示是灵魂所制作的一套强大的魔兽地图编辑器系统演示地图,涵盖了许多新手入门所关注和需要的内容。 <br>
|
||
|
你可以选择点击这里一次性下载所有演示地图,也可以通过点击下方各个按钮以你希望的方式下载你所需要的特定演示地图。 <br>
|
||
|
提醒:灵魂演示地图基于 YDWE 1.27.5 制作,请使用 YDWE 1.27.5 或以上的版本打开灵魂演示地图,否则可能会导致 WE兼容性错误 。 <br>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: "SoDemo"
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|