fix: bilibili link
This commit is contained in:
@@ -10,9 +10,16 @@ onBeforeMount(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div p="4" class="flex flex-col justify-center items-center" opacity="70" text="sm">
|
<div p="4" class="flex flex-col justify-center items-center" opacity="70" text="sm">
|
||||||
<a v-if="displayICP" class="flex" m="1 b-2" href="https://beian.miit.gov.cn/" target="_blank">
|
<a v-if="displayICP" class="flex" href="https://beian.miit.gov.cn/" target="_blank">
|
||||||
苏ICP备17038157号
|
苏ICP备17038157号
|
||||||
</a>
|
</a>
|
||||||
|
<div m="y-2" class="inline-flex justify-center items-center" text="xs">
|
||||||
|
<a class="inline-flex justify-center items-center" style="color: #ea7a99" href="https://www.bilibili.com" target="_blank">
|
||||||
|
<span inline-flex>菜谱视频来源:</span>
|
||||||
|
<div class="inline-flex" i-ri-bilibili-line />
|
||||||
|
<span m="l-1" class="inline-flex" style="margin-top: 1px;">B 站</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
©️ <a href="https://github.com/YunYouJun/cook" target="_blank">Cook</a>
|
©️ <a href="https://github.com/YunYouJun/cook" target="_blank">Cook</a>
|
||||||
<div text="xs" m="x-1" i-ri-cloud-line />
|
<div text="xs" m="x-1" i-ri-cloud-line />
|
||||||
|
|||||||
@@ -158,14 +158,6 @@ const clickTool = (item: StuffItem) => {
|
|||||||
<div m="2 t-4" p="2" class="transition shadow hover:shadow-md" bg="gray-400/8">
|
<div m="2 t-4" p="2" class="transition shadow hover:shadow-md" bg="gray-400/8">
|
||||||
<h2 text="xl" font="bold" p="1">
|
<h2 text="xl" font="bold" p="1">
|
||||||
🍲 来看看组合出的菜谱吧!
|
🍲 来看看组合出的菜谱吧!
|
||||||
<br>
|
|
||||||
<small class="inline-flex justify-center items-center" text="xs">
|
|
||||||
<a class="inline-flex justify-center items-center" style="color: #ea7a99" href="https://www.bilibili.com" target="_blank">
|
|
||||||
<span inline-flex>菜谱视频来源:</span>
|
|
||||||
<div class="inline-flex" i-ri-bilibili-line />
|
|
||||||
<span m="l-1" class="inline-flex" style="margin-top: 1px;">B 站</span>
|
|
||||||
</a>
|
|
||||||
</small>
|
|
||||||
</h2>
|
</h2>
|
||||||
<Transition mode="out-in">
|
<Transition mode="out-in">
|
||||||
<div p="2">
|
<div p="2">
|
||||||
@@ -185,7 +177,7 @@ const clickTool = (item: StuffItem) => {
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a m="t-4" border="b-1 dashed" class="inline-flex text-sm text-blue-600 dark:text-blue-400" href="https://docs.qq.com/sheet/DZUpJS0tQZm1YYWlt" target="_blank">
|
<a m="t-4" border="b-1 dashed" class="inline-flex text-sm text-blue-600 dark:text-blue-400" href="https://docs.qq.com/sheet/DZUpJS0tQZm1YYWlt?referrer=1&tab=mwn1v5" target="_blank">
|
||||||
更多囤货、水培攻略:隔离食用手册大全
|
更多囤货、水培攻略:隔离食用手册大全
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ title: 关于
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="inline-flex justify-center items-center">
|
<div class="inline-flex justify-center items-center">
|
||||||
菜谱数据来源:
|
菜谱视频来源:
|
||||||
<a class="inline-flex items-center text-sm text-blue-600 dark:text-blue-400" href="https://docs.qq.com/sheet/DZUpJS0tQZm1YYWlt" target="_blank">
|
<a class="inline-flex items-center text-sm text-blue-600 dark:text-blue-400" href="https://docs.qq.com/sheet/DZUpJS0tQZm1YYWlt" target="_blank">
|
||||||
<div m="r-1" inline-flex i-ri-bilibili-line></div>
|
<div m="r-1" inline-flex i-ri-bilibili-line></div>
|
||||||
<span class="inline-flex">隔离食用手册大全</span>
|
<span class="inline-flex">隔离食用手册大全</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user