mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 16:22:44 +00:00
Compare commits
No commits in common. "26b4d9f8c9b6ad068c1a4a4c2eaa0b8cadc3a3be" and "d2910b68db71976fccc65942cfdfe2598c55e9f8" have entirely different histories.
26b4d9f8c9
...
d2910b68db
1 changed files with 2 additions and 10 deletions
|
@ -1,18 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<a-layout-footer class="footer">
|
<a-layout-footer class="footer">
|
||||||
<t-space>
|
|
||||||
<t-link href="https://github.com/silenty4ng/k5web" target="_blank">K5Web - V0.1.202406100220</t-link>
|
<t-link href="https://github.com/silenty4ng/k5web" target="_blank">K5Web - V0.1.202406100220</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>
|
</a-layout-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup></script>
|
||||||
import { reactive } from 'vue';
|
|
||||||
const state = reactive({
|
|
||||||
isLhw711: location.hostname == 'k5.lhw711.cn' ? true : false
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Reference in a new issue