Skip to content

Commit

Permalink
fix: update deffault numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 6, 2023
1 parent 1ae648a commit 734f230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function shortNumber(number: number) {
return `${number}`
}
const stats = reactive({
apps: shortNumber(190),
updates: shortNumber(70000),
stars: shortNumber(125),
apps: shortNumber(2900),
updates: shortNumber(1000000),
stars: shortNumber(336),
})
fetch(`${config.public.baseApiUrl}/website_stats`).then((res) => {
Expand Down

0 comments on commit 734f230

Please sign in to comment.