Browse Source

chore: 备案修改

Shellmiao 3 years ago
parent
commit
b55b2bd6d7
3 changed files with 358 additions and 338 deletions
  1. 1 1
      public/index.html
  2. 20 0
      src/Components/Article/ArticleList.tsx
  3. 337 337
      yarn.lock

+ 1 - 1
public/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <title>Shellmiao's Blog</title>
+    <title>个人学习</title>
   </head>
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>

+ 20 - 0
src/Components/Article/ArticleList.tsx

@@ -52,6 +52,26 @@ function ArticleList() {
       }}
     >
       {content}
+      <div style={{
+        textAlign:"center",
+        marginBottom:"36px",
+        fontSize: "12px",
+        color: "#5e5e5e7b",
+    }}>
+        <span>
+          Copyright ©2023 Shellmiao<br></br>
+        <a 
+          href={"https://md.shellmiao.com/s/"} 
+          style={{
+            WebkitTapHighlightColor:"transparent",
+            color: "#5e5e5e7b",
+            textDecoration:"none"
+          }}
+        >
+          京ICP备2020046305号-1
+        </a>
+        </span>
+      </div>
     </div>
   );
 }

File diff suppressed because it is too large
+ 337 - 337
yarn.lock


Some files were not shown because too many files changed in this diff