Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new announcement #684

Merged
merged 1 commit into from
Jul 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/constants/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,19 @@ export const announcements: Announcement[] = [
"締切を過ぎた申し込みは受付いたしかねますので、余裕を持ったご応募をお願いいたします。",
].join("\n"),
},
{
id: "45d0f151-836b-417c-afea-0087cbe86e57",
date: dayjs.tz("2021-07-17T18:30:00", "Asia/Tokyo"),
title: "生配信のみの企画実施をご希望の皆様",
text: [
"先日公開いたしました、「オンライン一般企画用募集要項」のp.28にてご案内いたしました、学園祭当日の生配信による教室使用をご希望の方も通常通り企画登録をお願いいたします。",
"基本情報申請(総合計画局)は、事前収録の教室使用のみをお伺いするものでございます。",
"つきましては、基本情報申請(総合計画局)では、「教室を使用しない」を選択して下さい。",
"※基本情報申請(総務局)は必ずご回答ください。",
"なお、学園祭当日の生配信は現在計画中であり、今後の状況次第では変更や中止となる可能性がございます。",
"万が一、学園祭当日の生配信が不可能となった場合は、企画辞退することも可能でございますのでご安心ください。",
].join("\n"),
},
]
/**
* この下を書き換えた場合は bin/scaffoldAnnouncement も書き換える必要がないか確認する
Expand Down