添加个人联系方式

This commit is contained in:
xu_yanfeng
2025-01-08 17:51:18 +08:00
parent 645605c60d
commit fdcb8ae1fb
5 changed files with 51 additions and 70 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

View File

@@ -1,7 +1,16 @@
<template>
<div class="options">
<div class="text">哈哈让你发现了</div>
<div class="text">不过这里什么都没有</div>
<ul>
<li>
<div class="money">
<div class="tips">support me with WeChat Pay</div>
<img class="png" src="./res/money.png" alt="" />
</div>
</li>
<li>
<a target="_blank" href="https://patreon.com/inspector_game?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink">support me with Patreon</a>
</li>
</ul>
</div>
</template>
<script lang="ts">
@@ -22,10 +31,17 @@ export default defineComponent({
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 30px;
user-select: none;
.png {
width: auto;
height: 130px;
}
.text {
user-select: none;
font-size: 40px;
.tips {
text-align: center;
width: 100%;
color: #000000;
}
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB