This commit is contained in:
2026-01-25 20:03:03 +08:00
parent 07cac667ae
commit 06020aa084
9 changed files with 1309 additions and 187 deletions

View File

@@ -15,6 +15,9 @@
<p class="tool-description">{{ tool.description }}</p>
</router-link>
</div>
<div class="footer-section">
<p class="icp-info">苏ICP备2022013040号-1</p>
</div>
</div>
</template>
@@ -155,5 +158,18 @@ const tools = ref([
padding: 1.5rem;
}
}
.footer-section {
text-align: center;
padding: 2rem 0;
margin-top: 3rem;
border-top: 1px solid #e5e5e5;
}
.icp-info {
color: #999999;
font-size: 0.875rem;
margin: 0;
}
</style>