Skip to content

Commit 2ea677b

Browse files
committed
优化 细节
1 parent 894e902 commit 2ea677b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
}
169169

170170
for (let i=0;i<url.length;i++) {
171-
_html += `<li class="Box-row Box-row--hover-gray p-3 mt-0 XIU2-DZ"><a class="d-flex flex-items-center color-text-primary text-bold no-underline" rel="noreferrer nofollow" href="${url[i]}">${svg[0]}Download ZIP ${download_url[i][1]}</a></li>`
171+
_html += `<li class="Box-row Box-row--hover-gray p-3 mt-0 XIU2-DZ"><a class="d-flex flex-items-center color-text-primary text-bold no-underline" rel="noreferrer noopener nofollow" href="${url[i]}">${svg[0]}Download ZIP ${download_url[i][1]}</a></li>`
172172
}
173173
html.insertAdjacentHTML('afterend', _html);
174174
}

0 commit comments

Comments
 (0)