mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-06 17:25:24 +00:00
添加个人联系方式
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 194 KiB |
@@ -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>
|
||||
|
||||
BIN
cc-inspector/src/views/options/res/money.png
Normal file
BIN
cc-inspector/src/views/options/res/money.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user