This commit is contained in:
Silent YANG 2024-07-24 10:58:58 +08:00
parent f04388298f
commit bab860991d
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -2,6 +2,7 @@
<a-layout-footer class="footer">
<t-space>
<t-link href="https://github.com/silenty4ng/k5web" target="_blank">K5Web - V0.1.{{ getMetaVersion() }}</t-link>
<t-link v-show="state.isCN" href="https://beian.miit.gov.cn/" target="_blank">蜀ICP备2024089755号-1</t-link>
<t-link v-show="state.isLhw711" href="https://beian.miit.gov.cn/" target="_blank">鲁ICP备2024058690号-1</t-link>
</t-space>
</a-layout-footer>
@ -10,7 +11,8 @@
<script lang="ts" setup>
import { reactive } from 'vue';
const state = reactive({
isLhw711: location.hostname == 'k5.lhw711.cn' ? true : false
isLhw711: location.hostname == 'k5.lhw711.cn' ? true : false,
isCN: location.hostname == 'k5.vicicode.cn' ? true : false,
})
const getMetaVersion = () => {
return document.getElementsByTagName('meta')['builtTime']?.content

View File

@ -27,8 +27,8 @@
</div>
<div>
<a-typography-title :heading="5">广告区</a-typography-title>
<div style="padding: 20px; border: 1px dashed;">
<img class="tencent" height="200px" src="/jjgg.jpg" />
<div style="border: 1px dashed; display: inline-block;">
<img style="margin: 20px; " class="tencent" height="200px" src="/jjgg.jpg" />
</div>
</div>
<br>