Clean up
This commit is contained in:
parent
5e0f5c31e7
commit
ce28c70c35
@ -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…
Reference in New Issue
Block a user