File tree Expand file tree Collapse file tree 2 files changed +34
-14
lines changed
Expand file tree Collapse file tree 2 files changed +34
-14
lines changed Original file line number Diff line number Diff line change 11import type { Banner } from "+/schema.ts" ;
22
33const banner : Banner = {
4- shown : true ,
4+ shown : false ,
55 kind : "notify" ,
66 long : "夏新歓を行っています" ,
77 short : "夏新歓を行っています" ,
Original file line number Diff line number Diff line change @@ -40,19 +40,39 @@ const shinkanJiki = false;
4040 は、プログラミングはもちろん、ものづくりが好きな人、デザインに興味がある人、アイデアを形にしたい人など、幅広い人を歓迎しています!
4141 </p >
4242 <h2 >🔷 入部について</h2 >
43- <p >
44- 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。<br />
45- </p >
46- <p >
47- <a href =" /welcome-events-2025-summer" >夏新歓の詳細はこちら</a ><br />
48- </p >
49- <p >
50- ut.code(); に興味のある方は、以下のリンクから Discord
51- に参加してみてください。
52- </p >
53- <p >
54- <a href =" https://discord.gg/q3w3gfZfjy" >Discord 参加リンクはこちら</a >
55- </p >
43+
44+ {
45+ shinkanJiki ? (
46+ <>
47+ <p >
48+ 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。
49+ <br />
50+ </p >
51+ <p >
52+ <>
53+ <a href = " /welcome-events-2025-summer" >夏新歓の詳細はこちら</a >
54+ <br />
55+ </>
56+ </p >
57+ <p >
58+ ut.code(); に興味のある方は、以下のリンクから Discord
59+ に参加してみてください。
60+ </p >
61+ <p >
62+ <a href = " https://discord.gg/q3w3gfZfjy" >
63+ Discord 参加リンクはこちら
64+ </a >
65+ </p >
66+ </>
67+ ) : (
68+ <>
69+ <p class = " alert alert-error alert-outline" >
70+ ut.code(); の 2025 年度夏新歓の受付は、10/13 をもって終了しました。
71+ またの機会をお待ちしております。
72+ </p >
73+ </>
74+ )
75+ }
5676 <ul >
5777 <li >
5878 要件: ut.code();
You can’t perform that action at this time.
0 commit comments