Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Jan 22, 2025
1 parent 652da05 commit 2a6e9e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/content/data/anime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
- ガールズバンドクライ
- キルミーベイベー
- キルラキル
- グリザイアの果実:
- グリザイアの果実
- グリザイアの迷宮
- グリザイアの楽園
- ココロコネクト
- ゴールデンカムイ:
- ゴールデンカムイ
Expand Down Expand Up @@ -334,6 +338,7 @@
- 天上天下 ULTIMATE FIGHT
- 女子高生の無駄づかい
- 妄想代理人
- 妹さえいればいい。
- 宇宙よりも遠い場所
- 安達としまむら
- 宝石の国
Expand Down
5 changes: 4 additions & 1 deletion src/content/data/movie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
- テルマエ・ロマエ
- ディープ・インパクト
- デッド寿司
- トップガン:
- トップガン
- トップガン マーヴェリック
- ノーザン・リミット・ライン 南北海戦
- ハイドリヒを撃て!「ナチの野獣」暗殺作戦
- ハンターキラー 潜航せよ
Expand Down Expand Up @@ -78,7 +81,7 @@
- 太陽の子
- 工作 黒金星(ブラックビーナス)と呼ばれた男
- 帰ってきたヒトラー
- 曇天に笑う
- 戦場のピアニスト
- 海賊とよばれた男
- 父親たちの星条旗
- 空母いぶき
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/anime.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { data } = await getEntry("data", "anime")

<Layout title="Anime" description="アニメ">
<h1>アニメ</h1>
<p>主にサブスクで観たやつ。漏れあり。2024年10月時点。</p>
<p>主にサブスクで観たやつ。漏れあり。2025年1月時点。</p>
<ul>
{
data.map((e: any) => {
Expand Down

0 comments on commit 2a6e9e2

Please sign in to comment.