mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Clean up
This commit is contained in:
		
							parent
							
								
									5e0f5c31e7
								
							
						
					
					
						commit
						ce28c70c35
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -47,11 +47,9 @@ export default function(html: string): string {
 | 
				
			||||||
						//#region ホスト名部分が省略されているので復元する
 | 
											//#region ホスト名部分が省略されているので復元する
 | 
				
			||||||
						const acct = `${txt}@${(new URL(href.value)).hostname}`;
 | 
											const acct = `${txt}@${(new URL(href.value)).hostname}`;
 | 
				
			||||||
						text += acct;
 | 
											text += acct;
 | 
				
			||||||
						break;
 | 
					 | 
				
			||||||
						//#endregion
 | 
											//#endregion
 | 
				
			||||||
					} else if (part.length == 3) {
 | 
										} else if (part.length == 3) {
 | 
				
			||||||
						text += txt;
 | 
											text += txt;
 | 
				
			||||||
						break;
 | 
					 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
				// その他
 | 
									// その他
 | 
				
			||||||
				} else {
 | 
									} else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue