Replace shields.io badge with direct GitHub star button
Co-authored-by: cute-omega <92797441+cute-omega@users.noreply.github.com>pull/534/head
parent
402be12fc6
commit
7351f98f0b
|
|
@ -352,10 +352,11 @@ export default {
|
||||||
如果它解决了你的问题,请不要吝啬你的star哟!点这里
|
如果它解决了你的问题,请不要吝啬你的star哟!点这里
|
||||||
<a-icon style="margin-right:10px;" type="arrow-right" theme="outlined" />
|
<a-icon style="margin-right:10px;" type="arrow-right" theme="outlined" />
|
||||||
</div>
|
</div>
|
||||||
<a @click="openExternal('https://github.com/docmirror/dev-sidecar')"><img
|
<a @click="openExternal('https://github.com/docmirror/dev-sidecar')">
|
||||||
alt="GitHub stars"
|
<a-button type="primary" icon="star">
|
||||||
src="https://img.shields.io/github/stars/docmirror/dev-sidecar?logo=github"
|
Star on GitHub
|
||||||
></a>
|
</a-button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue