소스 검색

0094: Installing Armbian on Amlogic S912 Android TV Box (Tanix TX9s)

i12bretro 4 년 전
부모
커밋
9e77ca23f2
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 7 3
      0094.html

+ 7 - 3
0094.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) {
@@ -85,7 +89,7 @@ https://www.gearbest.com/goods/pp_009744724529.html?lang=en&amp;wid=1433363</p>
 <h2>Downloads and Flashing to MicroSD</h2>
 
 <ol>
-	<li>Download Armbian <a href="https://mega.nz/folder/j9QSDQSQ#6WpasOlbZYIInfw6yo4phQ/folder/TowikCTQ" target="_blank">Download</a></li>
+	<li>Download Armbian <a href="https://yadi.sk/d/_rQgn_FosYuW0g" target="_blank">Download</a></li>
 	<li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
 	<li>Run Balena Etcher</li>
 	<li>Burn Armbian image to microSD card</li>