docs: add user (#68)

* docs: add user

* chore: code format

* fix: update users script
This commit is contained in:
ajuner
2021-03-29 11:05:52 +08:00
committed by GitHub
parent d82909b31d
commit 958f1760a2
4 changed files with 80 additions and 37 deletions

View File

@@ -34,8 +34,8 @@ ${table}
// **************************************************************************
const point = '<table>';
const cnPoint = `## 列 表`;
const enPoint = `## List`;
const cnPoint = `## ⚡ 反馈`;
const enPoint = `## ⚡ Feedback`;
// **************************************************************************
@@ -67,7 +67,8 @@ function getImg(o) {
<a href="${o.url}">
<img src="${o.logo}" width="46" />
<div>${getName(o)}</div>
</a>`;
</a>
`;
}
return ``;
}