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