mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 04:17:29 +08:00
更新index.html,添加PWA支持和OpenGraph标签以增强应用的可用性和分享效果
This commit is contained in:
parent
4922677215
commit
f912bc2571
BIN
image/icon-192x192.png
Normal file
BIN
image/icon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
image/icon-512x512.png
Normal file
BIN
image/icon-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
image/og-image.png
Normal file
BIN
image/og-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
27
index.html
27
index.html
@ -3,6 +3,33 @@
|
||||
<head>
|
||||
<title>TsumugiBoshi|纺星</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
|
||||
<!-- PWA 支持 -->
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="theme-color" content="#1976d2">
|
||||
<link rel="apple-touch-icon" href="icons/icon-192x192.png">
|
||||
|
||||
<!-- OpenGraph 标签 -->
|
||||
<meta property="og:title" content="TsumugiBoshi|纺星">
|
||||
<meta property="og:description" content="神秘API调试工具">
|
||||
<meta property="og:image" content="icons/og-image.png">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<title>TsumugiBoshi|纺星</title>
|
||||
<!--
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<script src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
|
||||
<script src="https://unpkg.com/@babel/standalone@7.21.5/babel.min.js"></script>
|
||||
<script src="https://unpkg.com/@mui/material@5.14.0/umd/material-ui.production.min.js"></script>
|
||||
//-->
|
||||
|
||||
<!-- 使用本地js代替CDN -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Material Icons -->
|
||||
<link rel="stylesheet" href="https://fonts.loli.net/icon?family=Material+Icons">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user