授权token

This commit is contained in:
2025-03-05 10:18:06 +08:00
parent c360e53fed
commit 236443ff29

View File

@ -36,6 +36,9 @@ onMounted(() => {
GitHubCalendar("#github-graph", "Kisechan", {
responsive: true, // 响应式设计
tooltips: true, // 显示提示信息
headers: {
Authorization: `token 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`,
},
});
});
</script>