remove
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-29 22:33:29 +08:00
parent 3dbc94aaf3
commit c16059a2ee
2 changed files with 3 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1,12 +1,9 @@
<template> <template>
<n-space v-if="!hiddenICP" justify="center" class="beian"> <n-space v-if="!hiddenICP" justify="center" class="beian">
<n-button text @click="goICP">浙ICP备2023044109号</n-button> <n-button text @click="goICP">浙ICP备2023044109号</n-button>
<div> <n-button text @click="goPublicSecurity">
<img src="/备案图标.png" alt="备案图标" /> 浙公网安备33100402331786号
<n-button text @click="goPublicSecurity"> </n-button>
浙公网安备33100402331786号
</n-button>
</div>
</n-space> </n-space>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>