From e58bba1beef51361a7951c5baa8e566474b8daf8 Mon Sep 17 00:00:00 2001 From: Souls-R <2362912722@qq.com> Date: Wed, 10 Apr 2024 15:33:38 +0800 Subject: [PATCH] add github link at index page --- index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2579203..1cb0412 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,15 @@ return ESCAPE_MAP[region] !== undefined } + function GithubIcon(props) { + return ( + + + ) + } + function App() { const [data, setData] = React.useState([]); const [loading, setLoading] = React.useState(false); @@ -143,8 +152,13 @@ return ( -
+

Linux Kernel Patch Statistic among Universities

+ + + +
+
{ meta && {meta.update ? dayjs(meta.update).format("YYYY-MM-DD HH:mm") : "N/A"}