添加备案号
This commit is contained in:
parent
a7587a892f
commit
78eeebb066
@ -89,6 +89,7 @@ export default defineComponent({
|
|||||||
</span>
|
</span>
|
||||||
<span class="normalcontenttext" style="width: 100%;"
|
<span class="normalcontenttext" style="width: 100%;"
|
||||||
v-if="isActiveRoute('/Examples')">
|
v-if="isActiveRoute('/Examples')">
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
<span class="normalcontenttext" style="width: 100%;" v-else>
|
<span class="normalcontenttext" style="width: 100%;" v-else>
|
||||||
<button type="button" class="btn btn-primary"
|
<button type="button" class="btn btn-primary"
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
let year = new Date().getFullYear(); // 一般都是最新的一年
|
let year = new Date().getFullYear(); // 一般都是最新的一年
|
||||||
let author = '卡多雷科技'; // 作者名
|
let author = '卡多雷科技'; // 作者名
|
||||||
let record = '暂无备案'; // 备案号
|
let record = '京ICP备2025122428号-2'; // 备案号
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user