docs: perf website (#32)

This commit is contained in:
xrkffgg
2021-01-08 11:09:23 +08:00
committed by GitHub
parent b7db679f4b
commit 0396471168
10 changed files with 98 additions and 34 deletions

View File

@@ -64,8 +64,7 @@ function getImg (o) {
return `
<a href="${o.url}">
<img src="${o.logo}" width="46" />
<br />
${getName(o)}
<div>${getName(o)}</div>
</a>`
}
return ``