添加备案号

This commit is contained in:
zhcnyuyang 2025-06-11 21:36:56 +08:00
parent a7587a892f
commit 78eeebb066
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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>