unknown 2 年之前
父节点
当前提交
c25cb5c093
共有 9 个文件被更改,包括 38 次插入2 次删除
  1. 1 1
      .eslintcache
  2. 二进制
      build/favicon.ico
  3. 1 0
      build/icons8-telegram-app.svg
  4. 二进制
      build/logo192.png
  5. 二进制
      build/logo512.png
  6. 25 0
      build/manifest.json
  7. 3 0
      build/robots.txt
  8. 8 0
      netlify.toml
  9. 0 1
      package.json

文件差异内容过多而无法显示
+ 1 - 1
.eslintcache


二进制
build/favicon.ico


文件差异内容过多而无法显示
+ 1 - 0
build/icons8-telegram-app.svg


二进制
build/logo192.png


二进制
build/logo512.png


+ 25 - 0
build/manifest.json

@@ -0,0 +1,25 @@
+{
+  "short_name": "React App",
+  "name": "Create React App Sample",
+  "icons": [
+    {
+      "src": "favicon.ico",
+      "sizes": "64x64 32x32 24x24 16x16",
+      "type": "image/x-icon"
+    },
+    {
+      "src": "logo192.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    },
+    {
+      "src": "logo512.png",
+      "type": "image/png",
+      "sizes": "512x512"
+    }
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}

+ 3 - 0
build/robots.txt

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

+ 8 - 0
netlify.toml

@@ -0,0 +1,8 @@
+[build]
+  publish = "build"
+
+  
+[[redirects]]
+from = "/*"
+to = "/index.html"
+status = 200

+ 0 - 1
package.json

@@ -1,5 +1,4 @@
 {
-  "homepage": "https://web.telegram.org/",
   "name": "react-21-22",
   "version": "0.1.0",
   "private": true,