Skip to content

Commit

Permalink
chore: update award (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: xionghe.hx <xionghe.hx@digital-engine.com>
kun6696 and xionghe.hx authored Dec 17, 2024
1 parent debb164 commit 84c9e9e
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -94,3 +94,4 @@ git push
|hustcc|L7 Skilled||`[![](https://img.shields.io/endpoint?url=https://awards.antv.vision/hustcc-l7-skilled.json)](https://github.com/antvis/l7)`|
|Aarebecca|G6 Maintainer||`[![](https://img.shields.io/endpoint?url=https://awards.antv.vision/aarebecca-g6-maintainer.json)](https://github.com/antvis/g6)`|
|yvonneyx|G6 Maintainer||`[![](https://img.shields.io/endpoint?url=https://awards.antv.vision/yvonneyx-g6-maintainer.json)](https://github.com/antvis/g6)`|
|kun6696|G2 Contributor|2024-12-17|`[![](https://img.shields.io/endpoint?url=https://awards.antv.vision/kun6696-g2-contributor.json)](https://github.com/antvis/g2)`|
6 changes: 6 additions & 0 deletions awards.json
Original file line number Diff line number Diff line change
@@ -13,5 +13,11 @@
],
"yvonneyx": [
"G6 Maintainer"
],
"kun6696": [
{
"badge": "G2 Contributor",
"date": "2024-12-17"
}
]
}
4 changes: 2 additions & 2 deletions scripts/readme.js
Original file line number Diff line number Diff line change
@@ -77,9 +77,9 @@ Note: If you are a user of AntV products, you can freely use the following badge
> 注意: 如果您是 AntV 产品的用户,可以自由使用下面的徽章
\`\`\`text
https://img.shields.io/badge/AntV-G6_User-blue?&logo=antv&color=FFF&labelColor=8B5DFF
https://img.shields.io/badge/AntV-G6_User-blue?&logo=antv&color=FFF&labelColor=8B5DFF&logoColor=white
\`\`\`
![](https://img.shields.io/badge/AntV-G6_User-blue?&logo=antv&color=FFF&labelColor=8B5DFF)
![](https://img.shields.io/badge/AntV-G6_User-blue?&logo=antv&color=FFF&labelColor=8B5DFF&logoColor=white)
`;

const _awards = [];

0 comments on commit 84c9e9e

Please sign in to comment.