tteckster 2 年之前
當前提交
3615772b02

二進制
android-chrome-192x192.png


二進制
android-chrome-512x512.png


二進制
apple-touch-icon.png


+ 13 - 0
asset-manifest.json

@@ -0,0 +1,13 @@
+{
+  "files": {
+    "main.css": "/Proxmox/static/css/main.dc697d39.css",
+    "main.js": "/Proxmox/static/js/main.64528a37.js",
+    "index.html": "/Proxmox/index.html",
+    "main.dc697d39.css.map": "/Proxmox/static/css/main.dc697d39.css.map",
+    "main.64528a37.js.map": "/Proxmox/static/js/main.64528a37.js.map"
+  },
+  "entrypoints": [
+    "static/css/main.dc697d39.css",
+    "static/js/main.64528a37.js"
+  ]
+}

二進制
favicon-16x16.png


二進制
favicon-32x32.png


二進制
favicon.ico


+ 1 - 0
index.html

@@ -0,0 +1 @@
+<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Proxmox/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Proxmox Scripts For Home Automation"/><link rel="manifest" href="/Proxmox/manifest.json"/><title>Proxmox Helper Scripts | Proxmox Scripts For Home Automation</title><script defer="defer" src="/Proxmox/static/js/main.64528a37.js"></script><link href="/Proxmox/static/css/main.dc697d39.css" rel="stylesheet"></head><body><header><div class="container"><a id="a-title" href="/Proxmox/"><h1>Proxmox Helper Scripts</h1></a><h2>Proxmox Scripts For Home Automation</h2><section id="downloads"><a href="https://github.com/tteck/Proxmox" class="btn btn-github"><span class="icon"></span>View on GitHub</a></section></div></header><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

+ 25 - 0
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": "android-chrome-192x192.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    },
+    {
+      "src": "logo512android-chrome-512x512.png",
+      "type": "image/png",
+      "sizes": "512x512"
+    }
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}

+ 3 - 0
robots.txt

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

+ 1 - 0
site.webmanifest

@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

文件差異過大導致無法顯示
+ 0 - 0
static/css/main.dc697d39.css


文件差異過大導致無法顯示
+ 0 - 0
static/css/main.dc697d39.css.map


文件差異過大導致無法顯示
+ 1 - 0
static/js/main.64528a37.js


+ 64 - 0
static/js/main.64528a37.js.LICENSE.txt

@@ -0,0 +1,64 @@
+/*!
+ * Determine if an object is a Buffer
+ *
+ * @author   Feross Aboukhadijeh <https://feross.org>
+ * @license  MIT
+ */
+
+/**
+ * @license React
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**
+ * @license React
+ * react-jsx-runtime.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**
+ * @license React
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**
+ * @license React
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**
+ * Prism: Lightweight, robust, elegant syntax highlighting
+ *
+ * @license MIT <https://opensource.org/licenses/MIT>
+ * @author Lea Verou <https://lea.verou.me>
+ * @namespace
+ * @public
+ */
+
+/** @license React v17.0.2
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */

文件差異過大導致無法顯示
+ 0 - 0
static/js/main.64528a37.js.map


部分文件因文件數量過多而無法顯示