feat: 更新 HomeStar 组件,添加 GitCode 星标链接
This commit is contained in:
parent
7f9f93d1b8
commit
514078fbfb
@ -198,6 +198,16 @@ export default defineConfig({
|
||||
link: 'https://gitee.com/feige996/unibest',
|
||||
ariaLabel: 'Gitee',
|
||||
},
|
||||
{
|
||||
icon: {
|
||||
svg: `<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.059 5.80628C18.2234 5.71425 18.3973 5.61696 18.585 5.51037C18.6076 5.63327 18.6297 5.74058 18.6497 5.83784C18.685 6.00943 18.714 6.15059 18.728 6.29005C18.8392 7.50125 19.448 8.39222 20.3108 8.59286C21.5726 8.88583 22.7623 8.40159 23.4033 7.33318C24.1733 6.05123 23.839 4.4812 22.5279 3.53618C18.8826 0.907049 14.8777 0.18191 10.5636 1.44819C1.2616 4.1927 -1.92121 15.6199 4.68062 22.6274C7.50507 25.6249 11.0914 26.9182 15.1624 26.8204C20.3774 26.6979 24.1333 24.099 26.5309 19.5947C28.2308 16.3988 26.3829 12.9055 22.8439 12.1795C20.8227 11.7726 18.7559 11.6405 16.6993 11.7869C16.0151 11.8526 15.3509 12.0547 14.7459 12.3811C14.0691 12.7324 13.8734 13.4614 13.9493 14.1838C14.02 14.8421 14.5247 15.2369 15.1258 15.3362C16.3361 15.5256 17.5609 15.6357 18.7833 15.7361C19.1371 15.7659 19.4942 15.7694 19.8507 15.773C20.3623 15.7781 20.873 15.7832 21.3718 15.8657C22.7949 16.1009 23.2836 17.2557 22.5517 18.4911C22.3724 18.7882 22.1633 19.0662 21.9277 19.3209C20.9703 20.3738 19.7183 21.1144 18.3344 21.4465C15.8084 22.0649 13.2798 22.0996 10.7655 21.3054C7.90238 20.4021 6.19549 18.2991 6.13552 15.4682C6.1131 13.7223 6.55634 12.002 7.41963 10.4843C7.80967 9.77686 8.02376 9.04827 7.96359 8.24664C7.93826 7.90488 7.92423 7.56273 7.90915 7.19506C7.90113 6.99938 7.89281 6.79647 7.88233 6.58254C8.17231 6.6434 8.45871 6.72023 8.74022 6.81271C9.83531 7.25229 10.9132 7.45284 12.0986 7.13019C12.7728 6.96895 13.4697 6.92433 14.159 6.99829C15.269 7.08878 16.3785 6.81759 17.3215 6.22521C17.5569 6.08724 17.7963 5.9533 18.059 5.80628Z" fill="#99989E"/>
|
||||
</svg>
|
||||
`,
|
||||
},
|
||||
link: 'https://gitcode.com/feige996/unibest',
|
||||
ariaLabel: 'GitCode',
|
||||
},
|
||||
// #1f80ff 是掘金的 logo 的颜色
|
||||
{
|
||||
icon: {
|
||||
|
@ -17,14 +17,14 @@
|
||||
<img src="https://gitee.com/codercup/unibest/badge/star.svg?theme=gray" alt="star" />
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://gitee.com/feige996/unibest/stargazers">
|
||||
<img src="https://gitee.com/feige996/unibest/badge/star.svg?theme=gray" alt="star" />
|
||||
</a> -->
|
||||
|
||||
<a href="https://github.com/feige996/unibest">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/feige996/unibest?logo=github" />
|
||||
<a href="https://gitcode.com/feige996/unibest/stargazers">
|
||||
<img src="https://gitcode.com/feige996/unibest/star/badge.svg?theme=gray" alt="star" />
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://github.com/feige996/unibest">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/feige996/unibest?logo=github" />
|
||||
</a> -->
|
||||
|
||||
<a href="https://www.npmjs.com/package/create-unibest">
|
||||
<img
|
||||
alt="npm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user