Feat/add GitHub star icon (#302)

This commit is contained in:
zxhlyh 2023-06-06 11:22:00 +08:00 committed by GitHub
commit 53db5bab36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 41 additions and 21 deletions

View file

@ -99,3 +99,7 @@ export type IWorkspace = {
created_at: number
current: boolean
}
export type GithubRepo = {
stargazers_count: number
}