Skip to content

Commit

Permalink
chore: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 14, 2023
1 parent 2087f7a commit a1a7e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Footer() {
closable: true,
content: (
<div>
<p>版本:v0.3.2</p>
<p>版本:v0.4.0</p>
<p>时间:{new Date().toLocaleString()}</p>
<p>ID:{localStorage.getItem("id")}</p>
<p>决断ID:{localStorage.getItem("userId")}</p>
Expand All @@ -28,6 +28,8 @@ export default function Footer() {
<a href='https://hsott.cn' className='decoration-none text-blue-500 op50 hover:op100 transition'>hsott.cn</a>
<div text='sm' op10 mx-2>|</div>
<a href='/update_history' className='decoration-none text-blue-500 op50 hover:op100 transition'>更新历史</a>
<div text='sm' op10 mx-2>|</div>
<a href='https://monitor.hsott.cn/' target='_blank' className='decoration-none text-blue-500 op50 hover:op100 transition'>状态</a>
</div>
<div text='sm' op-50 mb-2 text-center>友情链接:<a href='https://target.elfmc.com/' className='decoration-none text-blue-500 hover:op100 transition'>POMOTIMER</a></div>
</div>
Expand Down

0 comments on commit a1a7e6f

Please sign in to comment.