Skip to content

Commit

Permalink
Merge pull request #7 from Crow314/feature/add-special-subdomain-kyoumo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanolupus authored Nov 28, 2023
2 parents d6d02b6 + 30be5df commit d8c9923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Respo
title = "今年もおわりや".to_string();
message = "あけましておめでとうございます".to_string();
}
"kyoumo" => {
title = "今日もおわりや".to_string();
message = "一日お疲れ様でした".to_string();
}
"" => {
title = "おわりや".to_string();
message = "おわりが売ってる".to_string();
Expand Down

0 comments on commit d8c9923

Please sign in to comment.