fix(staff)

This commit is contained in:
wang_yp 2025-03-23 16:30:12 +08:00
parent f7b17684df
commit 6fecf2b553
5 changed files with 36 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,7 +13,6 @@
/scripts /scripts
/src/package/dante2/ /src/package/dante2/
/src/package/dante3/ /src/package/dante3/
/public
# misc # misc
.DS_Store .DS_Store
.env.local .env.local

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

25
public/index.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>黄水武装</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
window._AMapSecurityConfig = {
securityJsCode: "9910764bc7736f77868ef6df416ec77e",
}
</script>
</body>
</html>

8
public/manifest.json Normal file
View File

@ -0,0 +1,8 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

3
public/robots.txt Normal file
View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow: