Add mode to CAT banner
这个提交包含在:
		
							父节点
							
								
									596480f029
								
							
						
					
					
						当前提交
						81a8ecc3b3
					
				
					共有  1 个文件被更改,包括 4 次插入 和 1 次删除
				
			
		| 
						 | 
				
			
			@ -1256,8 +1256,11 @@ $(document).on('keypress',function(e) {
 | 
			
		|||
          } else {
 | 
			
		||||
            $(".radio_timeout_error" ).remove();
 | 
			
		||||
            text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
 | 
			
		||||
            if(data.mode != null) {
 | 
			
		||||
               text = text+'<span style="margin-left:10px"></span>'+data.mode;
 | 
			
		||||
            }
 | 
			
		||||
            if(data.power != null && data.power != 0) {
 | 
			
		||||
               text = text+'<span style="margin-left:10px"></span>'+data.power+'W';
 | 
			
		||||
               text = text+'<span style="margin-left:10px"></span>'+data.power+' W';
 | 
			
		||||
            }
 | 
			
		||||
            if(data.prop_mode != null && data.prop_mode != '') {
 | 
			
		||||
               text = text+'<span style="margin-left:10px"></span>('+data.prop_mode;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		正在加载…
	
		在新工单中引用