Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ruattd committed Jan 7, 2022
1 parent 58cdd32 commit 6dade30
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,24 +642,37 @@
position: "fixed",
right: "8px",
bottom: "8px",
padding: "8px",
padding: "4px",
borderRadius: "8px",
background: "white",
opacity: 0.7
}}>
<span>{state.hitokoto}</span>
<a href={"https://www.mcbbs.net/home.php?uid=4019661"}>
<img
style={{
marginLeft: "8px",
borderRadius: "2em",
height: "4em",
width: "4em",
animation: "spin 60s linear infinite"
}}
src={"/avatar.jpg"}
/>
</a>
<div style={{padding: "4px"}}>
<span>{state.hitokoto}</span>
<a href={"https://www.mcbbs.net/home.php?uid=4019661"} target={"_blank"}>
<img
style={{
marginLeft: "8px",
borderRadius: "2em",
height: "4em",
width: "4em",
animation: "spin 60s linear infinite"
}}
src={"/avatar.jpg"}
/>
</a>
</div>
<div style={{
margin: "4px",
borderRadius: "6px",
background: "#1890ff73",
padding: "6px",
color: "white"
}}>
CurseForge Modpack Maker v1.1.0<br />
Made by 稲葉稔 | <a href={"https://www.mcbbs.net/thread-1183410-1-1.html"} target={"_blank"}>MCBBS 原帖</a> <br />
Deployed by <a href={"https://maxelbk.ml/"} target={"_blank"}>Maxel Black</a> on <a href={"https://vercel.com/"} target={"_blank"}>Vercel</a>
</div>
</div>
</Spin>
)
Expand Down

1 comment on commit 6dade30

@vercel
Copy link

@vercel vercel bot commented on 6dade30 Jan 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.