Skip to content

Commit

Permalink
排行榜改为索引
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 11, 2023
1 parent 920c3a4 commit 86c0af2
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/viewer/src/app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export default function NavBar() {
</Link>
</li>
<li className="nav-item my-tiny my-md-0">
<Link className="nav-link" href="/top">
排行榜
<Link className="nav-link" href="/indices">
帖子索引
</Link>
</li>
<li className="nav-item my-tiny my-md-0">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Page({ children }: { children: React.ReactNode[] }) {

return (
<div className="pt-5 pb-3 pb-md-3x px-2 px-md-0">
<h1 className="mb-4x text-center">排行榜</h1>
<h1 className="mb-4x text-center">索引</h1>
<select
className="form-select form-select-lg d-block d-md-none border-0 rounded-3 shadow-sm mb-4m"
value={selected}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import MostViewed from "./MostViewed";

export const dynamic = "force-dynamic";

export const metadata = { title: "排行榜 - 洛谷帖子保存站" };
export const metadata = { title: "索引 - 洛谷帖子保存站" };

export default function Page() {
return (
Expand Down

0 comments on commit 86c0af2

Please sign in to comment.