Skip to content

Commit

Permalink
7 天龙王榜
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 16, 2023
1 parent 31299b1 commit 50b48a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/viewer/src/app/explore/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NUM_WATER_TANKS_HOME_PAGE = parseInt(
10,
);
const RANGE_MILLISECONDS_WATER_TANK = parseInt(
process.env.RANGE_MILLISECONDS_WATER_TANK ?? "2592000000",
process.env.RANGE_MILLISECONDS_WATER_TANK ?? "604800000",
10,
);

Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/src/app/explore/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Page() {
</div>
<div className="col-12 col-md-4 col-xl-3">
<div className="rounded-4 shadow px-4 px-md-3x pt-3x pb-2x">
<div className="mb-2 fs-4 fw-semibold">龙王榜(30 天)</div>
<div className="mb-2 fs-4 fw-semibold">龙王榜(7 天)</div>
<Suspense fallback={<Spinner className="mt-4 mb-3" />}>
<Users />
</Suspense>
Expand Down

0 comments on commit 50b48a6

Please sign in to comment.