Skip to content

Commit d2a9ea3

Browse files
committed
update vercount
Signed-off-by: catcodeme <1020082805@qq.com>
1 parent 77c90b0 commit d2a9ea3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pure/components/basic/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const version = pkg.version
9696

9797
{/* Social Brands */}
9898
<div class='flex items-center gap-x-4'>
99-
&#8721; views: <span class='vercount_value_site_pv'></span>
99+
&#8721; views: <span class='vercount_value_site_pv'>Loading</span>
100100
{
101101
footerConf.social &&
102102
Object.entries(footerConf.social).map(([platform, { label, url }]) => (

packages/pure/components/pages/PageInfo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ const path = Astro.url.pathname
77
---
88

99
<div class={cn('text-base text-sm text-muted-foreground', className)} {...props}>
10-
<span class='vercount_value_page_pv' data-path={path}></span> views
10+
<span class='vercount_value_page_pv' data-path={path}>Loading</span> views
1111
<!-- <span class='vercount-uv' data-path={path} style='margin-left: 8px;'></span> visitors -->
1212
</div>

0 commit comments

Comments
 (0)