Răsfoiți Sursa

Update docs

DSR! 2 ani în urmă
părinte
comite
76df919fbf
2 a modificat fișierele cu 7 adăugiri și 3 ștergeri
  1. 2 2
      src/pineapple/changes
  2. 5 1
      src/pineapple/modules/Setup/module.html

+ 2 - 2
src/pineapple/changes

@@ -3,7 +3,7 @@
     <ul>
         <li>Compress images</li>
         <li>Update dependencies</li>
-        <li>Fix mobile view</li>
+        <li>Rebuild mobile view</li>
         <li>A completely updated panel with fixes and improvements</li>
         <li>Decrease requests for less cpu usage</li>
         <li>Add timeout and prevent duplicated request in API service</li>
@@ -42,5 +42,5 @@
 </ul>
 
 <p>
-    🚀<a href="https://github.com/xchwarze/wifi-pineapple-panel" target="_blank">Wifi Pineapple Panel</a> by DSR! - Full changelog in GitHub! 🚀<br/>
+    🚀<a href="https://github.com/xchwarze/wifi-pineapple-panel" target="_blank">Wifi Pineapple Panel</a> by DSR! - View full changelog in GitHub! 🚀<br/>
 </p>

+ 5 - 1
src/pineapple/modules/Setup/module.html

@@ -27,10 +27,14 @@
          data-keyboard="false" role="dialog">
         <div class="modal-dialog" data-keyboard="false">
             <div class="modal-content">
-                <div class="modal-body">
+                <div class="modal-header">
                     <span class="text-center">
                         <h1>Changes for {{fwversion}}</h1>
                     </span>
+                    <h4>This build is for use with <a href="https://github.com/xchwarze/wifi-pineapple-cloner" target="_blank">Wifi Pineapple Cloner</a> project!</h4>
+                    <span>If you like the result you can <a href="https://github.com/xchwarze/wifi-pineapple-cloner#patreon-and-tips" target="_blank">collaborate with the developer</a> so he keeps working on this project.</span>
+                </div>
+                <div class="modal-body">
                     <div ng-bind-html="changes | rawHTML" data-html="true"></div>
                 </div>
                 <div class="modal-footer">