Skip to content

Commit

Permalink
优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Feb 23, 2025
1 parent 8449234 commit 3dfafbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/src/components/GithubDownloadCount.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ if (!content) {
</div>

<script>
const a="ghp_SBf57"
const b="csF4ZZQIgNEtTKxUnNCErZbFo46ODdb"
const response = await fetch('https://api.github.com/repos/smartboot/smart-servlet/releases',{
headers: {
'Authorization': 'Bearer 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',
'Authorization': 'Bearer '+a+b,
}
});
const releases = await response.json();
Expand Down

0 comments on commit 3dfafbe

Please sign in to comment.