Skip to content

Commit

Permalink
add category of proofread for publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mudongliang committed Mar 5, 2024
1 parent 76c9e8f commit 973ec83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/src/layouts/Posts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ function getStyle(tabStatus: string) {
<LinkButton href="/all/" className={getStyle("all")} ariaLabel="all">
全部
</LinkButton>
<LinkButton
href="/proofread/"
className={getStyle("proofread")}
ariaLabel="Previous"
>
待发布
</LinkButton>
<LinkButton
href="/translated/"
className={getStyle("translated")}
Expand Down

0 comments on commit 973ec83

Please sign in to comment.