chore: add icp
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<template>
|
||||
<div m="t-4" p="2" class="flex justify-center items-center" opacity="70" text="sm">
|
||||
©️ <a href="https://github.com/YunYouJun/cook" target="_blank">Cook</a>
|
||||
<div text="xs" m="x-1" i-ri-cloud-line />
|
||||
<a href="https://www.yunyoujun.cn" target="_blank">云游君</a>
|
||||
<div p="4" class="flex flex-col justify-center items-center" opacity="70" text="sm">
|
||||
<a class="flex" m="1 b-2" href="https://beian.miit.gov.cn/" target="_blank">
|
||||
苏ICP备17038157号
|
||||
</a>
|
||||
<div class="flex justify-center items-center">
|
||||
©️ <a href="https://github.com/YunYouJun/cook" target="_blank">Cook</a>
|
||||
<div text="xs" m="x-1" i-ri-cloud-line />
|
||||
<a href="https://www.yunyoujun.cn" target="_blank">云游君</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -16,6 +16,10 @@ import { toggleDark } from '~/composables'
|
||||
<div i-ri-information-line />
|
||||
</RouterLink>
|
||||
|
||||
<a class="icon-btn mx-2" rel="noreferrer" href="https://space.bilibili.com/1579790" target="_blank" title="BiliBili">
|
||||
<div i-ri-bilibili-line />
|
||||
</a>
|
||||
|
||||
<a class="icon-btn mx-2" rel="noreferrer" href="https://github.com/YunYouJun/cook" target="_blank" title="GitHub">
|
||||
<div i-ri-github-line />
|
||||
</a>
|
||||
|
||||
@@ -5,6 +5,6 @@ export const install: UserModule = ({ app }) => {
|
||||
// add google tag manager, and add GA4 in gtag
|
||||
app.use(createGtm({
|
||||
id: 'GTM-5FJSV46',
|
||||
debug: true,
|
||||
debug: import.meta.env.DEV,
|
||||
}))
|
||||
}
|
||||
|
||||
@@ -30,5 +30,5 @@ title: 关于
|
||||
|
||||
<div class="flex justify-center items-center">
|
||||
Made by
|
||||
<div class="inline-flex" m="x-1" i-ri-bilibili-line /><a class="inline-flex" href="https://space.bilibili.com/1579790" target="_blank">云游君 Official</a>
|
||||
<a m="l-2" class="inline-flex" href="https://www.yunyoujun.cn" target="_blank">云游君</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user