This commit is contained in:
hackrobot
2024-10-02 21:51:39 +08:00
parent 037bb71a9b
commit 93f20d8c3a
3 changed files with 8 additions and 0 deletions

BIN
src/images/robot192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -8,6 +8,12 @@
<meta name="format-detection" content="telephone=no,address=no">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<link rel="apple-touch-icon" href="/static/images/images/robot192.png" />
<link
rel="icon"
sizes="192x192"
href="/static/images/images/robot192.png"
/>
<title>异度星球</title>
<script><%= htmlWebpackPlugin.options.script %></script>
</head>

View File

@@ -39,6 +39,8 @@ import meetup from "../../images/meetup.jpg";
import bookqr from "../../images/bookqr.jpg";
import loft from "../../images/loft.png";
import AIGC from "../../images/AIGC.png";
import robot192 from "../../images/robot192.png";
// export default class Index extends Component {
const Index = () => {