mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
docs: add user (#68)
* docs: add user * chore: code format * fix: update users script
This commit is contained in:
@@ -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 ``;
|
||||
}
|
||||
|
Reference in New Issue
Block a user