Paulus Schoutsen 2 سال پیش
والد
کامیت
542b492f2b
3فایلهای تغییر یافته به همراه15 افزوده شده و 6 حذف شده
  1. 12 3
      index.html
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 12 - 3
index.html

@@ -171,7 +171,9 @@
         <a href="https://esphome.io">ESPHome</a>. To get started, connect an ESP
         <a href="https://esphome.io">ESPHome</a>. To get started, connect an ESP
         device to your computer and hit the button:
         device to your computer and hit the button:
       </p>
       </p>
-      <esp-web-install-button manifest="https://firmware.esphome.io/esphome-web/manifest.json">
+      <esp-web-install-button
+        manifest="https://firmware.esphome.io/esphome-web/manifest.json"
+      >
         <i slot="unsupported">
         <i slot="unsupported">
           The demo is not available because your browser does not support Web
           The demo is not available because your browser does not support Web
           Serial. Open this page in Google Chrome or Microsoft Edge instead<span
           Serial. Open this page in Google Chrome or Microsoft Edge instead<span
@@ -251,9 +253,16 @@
           </div>
           </div>
           <div class="name">Clockwise</div>
           <div class="name">Clockwise</div>
         </a>
         </a>
-        <a href="https://sblantipodi.github.io/glow_worm_luciferin" target="_blank" class="project">
+        <a
+          href="https://sblantipodi.github.io/glow_worm_luciferin"
+          target="_blank"
+          class="project"
+        >
           <div class="logo">
           <div class="logo">
-            <img src="static/logos/luciferin_logo.png" alt="Firefly Luciferin logo" />
+            <img
+              src="static/logos/luciferin_logo.png"
+              alt="Firefly Luciferin logo"
+            />
           </div>
           </div>
           <div class="name">Luciferin</div>
           <div class="name">Luciferin</div>
         </a>
         </a>

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
   "name": "esp-web-tools",
   "name": "esp-web-tools",
-  "version": "9.2.1",
+  "version": "9.3.0",
   "lockfileVersion": 2,
   "lockfileVersion": 2,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "esp-web-tools",
       "name": "esp-web-tools",
-      "version": "9.2.1",
+      "version": "9.3.0",
       "license": "Apache-2.0",
       "license": "Apache-2.0",
       "dependencies": {
       "dependencies": {
         "@material/mwc-button": "^0.27.0",
         "@material/mwc-button": "^0.27.0",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "esp-web-tools",
   "name": "esp-web-tools",
-  "version": "9.2.1",
+  "version": "9.3.0",
   "description": "Web tools for ESP devices",
   "description": "Web tools for ESP devices",
   "main": "dist/install-button.js",
   "main": "dist/install-button.js",
   "repository": "https://github.com/esphome/esp-web-tools",
   "repository": "https://github.com/esphome/esp-web-tools",