mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-02 08:05:06 +08:00
250702
This commit is contained in:
2
main.js
2
main.js
@@ -22,7 +22,7 @@ function renderPlatform(result) {
|
||||
if (result.items && result.items.length > 0) {
|
||||
html += "<ul>";
|
||||
for (const item of result.items) {
|
||||
html += `<li><a href="${item.url}" target="_blank">${item.name}</a></li>`;
|
||||
html += `<ol><a href="${item.url}" target="_blank">${item.name}</a></ol>`;
|
||||
}
|
||||
html += "</ul>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user