Skip to content

Commit

Permalink
公告:未适配洛谷新版讨论区 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Sep 10, 2023
1 parent 423c153 commit 0e776c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/viewer/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ export default function RootLayout({ children }: React.PropsWithChildren) {
)}
<NavBar />
<div className="container-lg" style={{ marginTop: "2rem" }}>
<div
className="col-lg-6 col-md-7 col-12 mt-5 mb-4 mx-auto alert alert-warning"
role="alert"
>
洛谷于 9 月 7 日
<a
href="https://www.luogu.com.cn/discuss/680426"
target="_blank"
rel="noreferrer"
>
升级了讨论区
</a>
;由于维护者精力有限且学业繁忙,暂未完成相关适配。
</div>
{children}
</div>
<Footer />
Expand Down

0 comments on commit 0e776c0

Please sign in to comment.