瀏覽代碼

0260: Flash Android TV 9 Pie S912 (Tanix TX9s)

i12bretro 3 年之前
父節點
當前提交
c3547d337a
共有 1 個文件被更改,包括 11 次插入7 次删除
  1. 11 7
      0260.html

+ 11 - 7
0260.html

@@ -33,9 +33,13 @@
             $(document).on('click','input.copy-text',function(){
               theButton = $(this);
 														$('input.copy-text').attr('src','images/clipboard.png');
-							              $('span.copy-animation').removeClass('copy-animation');
+							              $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
               try {
-                $('#'+ theButton.attr('rel')).addClass('copy-animation');
+                if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
+                  $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
+                } else {
+                  $('#'+ theButton.attr('rel')).addClass('copy-animation');
+                }
                 navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
 																theButton.attr('src','images/clipboard_active.png');
 								              } catch(err) {
@@ -57,8 +61,8 @@
             });
 
             if(window.self !== window.top){
-              window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
-            }
+															window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
+							            }
           });
         </script>
         <link href="css/steps.css" rel="stylesheet" type="text/css" />
@@ -72,7 +76,7 @@
           <div></div>
           <div id="content">
           <ol>
-	<li>Download DaivietPDA&#39;s Android TV 9 ROM <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/" target="_blank">Download</a></li>
+	<li>Download DaivietPDA&#39;s Android TV 9 ROM <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/" target="_blank">Download</a> | <a href="https://web.archive.org/web/20210514141015/https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/" target="_blank">Alternate Download</a></li>
 	<li>Download Amlogic Burning Tool v2.2.0 <a href="https://drive.google.com/file/d/1Igj5CimoGS-irKKI5H8iEVzxY23W387G/view?usp=sharing" target="_blank">Download</a></li>
 	<li>Extract Amlogic Burning Tool v2.2.0</li>
 	<li>Install Amlogic Burning Tool v2.2.0</li>
@@ -85,10 +89,10 @@
 	<li>Once the process completes (100%: Burning Successfully) click the Stop button</li>
 	<li>Disconnect the TV box from the PC USB</li>
 	<li>Connect the TV box to an HDMI display and power it on</li>
-	<li>Enjoy a clean and fast Android TV experience on your S912&nbsp;device</li>
+	<li>Enjoy a clean and fast Android TV experience on your S912 device</li>
 </ol>
 
-<p>Source:&nbsp;<a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/">https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/</a></p>
+<p>Source: <a href="https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/">https://daivietpda.com/2020/07/rom-atv9-android-9-0-cho-amlogic-s912/</a></p>
           </div>
         </div>
       </body>