Replace shields.io badge with direct GitHub star button

Co-authored-by: cute-omega <92797441+cute-omega@users.noreply.github.com>
pull/534/head
copilot-swe-agent[bot] 2025-11-15 13:09:19 +00:00
parent 402be12fc6
commit 7351f98f0b
1 changed files with 5 additions and 4 deletions

View File

@ -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>