mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 08:15:18 +00:00
update
This commit is contained in:
parent
f04388298f
commit
bab860991d
3 changed files with 5 additions and 3 deletions
BIN
public/jjgg.jpg
BIN
public/jjgg.jpg
Binary file not shown.
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 2.3 MiB |
|
@ -2,6 +2,7 @@
|
||||||
<a-layout-footer class="footer">
|
<a-layout-footer class="footer">
|
||||||
<t-space>
|
<t-space>
|
||||||
<t-link href="https://github.com/silenty4ng/k5web" target="_blank">K5Web - V0.1.{{ getMetaVersion() }}</t-link>
|
<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-link v-show="state.isLhw711" href="https://beian.miit.gov.cn/" target="_blank">鲁ICP备2024058690号-1</t-link>
|
||||||
</t-space>
|
</t-space>
|
||||||
</a-layout-footer>
|
</a-layout-footer>
|
||||||
|
@ -10,7 +11,8 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { reactive } from 'vue';
|
import { reactive } from 'vue';
|
||||||
const state = reactive({
|
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 = () => {
|
const getMetaVersion = () => {
|
||||||
return document.getElementsByTagName('meta')['builtTime']?.content
|
return document.getElementsByTagName('meta')['builtTime']?.content
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a-typography-title :heading="5">广告区:</a-typography-title>
|
<a-typography-title :heading="5">广告区:</a-typography-title>
|
||||||
<div style="padding: 20px; border: 1px dashed;">
|
<div style="border: 1px dashed; display: inline-block;">
|
||||||
<img class="tencent" height="200px" src="/jjgg.jpg" />
|
<img style="margin: 20px; " class="tencent" height="200px" src="/jjgg.jpg" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue