Browse Source

- Updated webpage to support AsyncElegantOTA aswell
- Added a neat and clean BMC Widget ;)

Ayush Sharma 4 years ago
parent
commit
b94b91ed66
4 changed files with 2 additions and 6 deletions
  1. 0 1
      src/elegantWebpage.h
  2. 1 0
      ui/compress.js
  3. 1 0
      ui/public/index.html
  4. 0 5
      ui/src/App.vue

File diff suppressed because it is too large
+ 0 - 1
src/elegantWebpage.h


+ 1 - 0
ui/compress.js

@@ -13,6 +13,7 @@ const HTML = `
     <meta http-equiv=X-UA-Compatible content="IE=edge">
     <meta name=viewport content="width=device-width,initial-scale=1">
     <link rel=icon href=/favicon.ico> <title>ElegantOTA</title>
+    <script data-name="BMC-Widget" async src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="6QGVpSj" data-description="Support me on Buy me a coffee!" data-message="You can always support my work by buying me a coffee!" data-color="#FF813F" data-position="right" data-x_margin="24" data-y_margin="24"></script>
 </head>
 
 <body style="overflow: hidden;">

+ 1 - 0
ui/public/index.html

@@ -6,6 +6,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= htmlWebpackPlugin.options.title %></title>
+    <script data-name="BMC-Widget" async src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="6QGVpSj" data-description="Support me on Buy me a coffee!" data-message="You can always support my work by buying me a coffee!" data-color="#FF813F" data-position="right" data-x_margin="24" data-y_margin="24"></script>
   </head>
   <body style="overflow: hidden;">
     <noscript>

File diff suppressed because it is too large
+ 0 - 5
ui/src/App.vue


Some files were not shown because too many files changed in this diff