diff --git a/.gitignore b/.gitignore index e5bf433..de300a8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ /scripts /src/package/dante2/ /src/package/dante3/ -/public # misc .DS_Store .env.local diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..dae8205 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..4d32d88 --- /dev/null +++ b/public/index.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + 黄水武装 + + + + +
+ + + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..f9051fe --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,8 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: