fix: duplicate labels set (#36)

* fix: duplicate labels set

* up version

* add labels

* add

* perf map

* fix set

* add info

* avoid setLabels

* change for

* refactor setLabels

* fix

* change info loca

* fix

* fix
This commit is contained in:
xrkffgg
2021-01-12 17:05:24 +08:00
committed by GitHub
parent 8e05706e43
commit 87bca14eb5
14 changed files with 213 additions and 154 deletions

View File

@@ -1,7 +1,5 @@
// **************************************************************************
// Add to end
const users = [
{
url: 'https://github.com/ant-design/ant-design',
@@ -42,7 +40,6 @@ const users = [
];
// **************************************************************************
module.exports = {
users
};