add 添加游戏胜利标识

This commit is contained in:
yupi
2022-09-16 22:41:26 +08:00
parent 7d73c64d62
commit 200b2a47d0
8 changed files with 307 additions and 275 deletions

View File

@@ -28,16 +28,23 @@
style="margin-bottom: 16px"
@click="toGamePage(lunaticGameConfig)"
>
模式
模式
</a-button>
<a-button block style="margin-bottom: 16px" @click="toGamePage(null)">
自定义
</a-button>
<a href="https://github.com/liyupi/yulegeyu" target="_blank">
<div style="background: rgba(0, 0, 0, 0.8); padding: 12px">
<github-outlined />
代码完全开源欢迎 star
</div>
</a>
</div>
</template>
<script setup lang="ts">
import { useRouter } from "vue-router";
import { GithubOutlined } from "@ant-design/icons-vue";
import {
easyGameConfig,
middleGameConfig,