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哟!点这里
|
||||
<a-icon style="margin-right:10px;" type="arrow-right" theme="outlined" />
|
||||
</div>
|
||||
<a @click="openExternal('https://github.com/docmirror/dev-sidecar')"><img
|
||||
alt="GitHub stars"
|
||||
src="https://img.shields.io/github/stars/docmirror/dev-sidecar?logo=github"
|
||||
></a>
|
||||
<a @click="openExternal('https://github.com/docmirror/dev-sidecar')">
|
||||
<a-button type="primary" icon="star">
|
||||
Star on GitHub
|
||||
</a-button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue