1
0

fix: update official

This commit is contained in:
2025-06-03 17:47:35 +08:00
parent 92401ced52
commit 59edfd8105
2 changed files with 6 additions and 2 deletions

View File

@@ -165,7 +165,11 @@ export const App = () => {
</div>
</div>
</div>
<div className='mt-12 pt-8 border-t border-gray-800 text-center text-gray-400'>
<div
className='mt-12 pt-8 border-t border-gray-800 text-center text-gray-400'
onClick={() => {
window.open('https://beian.miit.gov.cn/', '_blank');
}}>
<p>ICP备2025158778号</p>
<p>© 2025 . All rights reserved.</p>
</div>