From b1555bdf465fb5f8a2ee544301b2a9f903555656 Mon Sep 17 00:00:00 2001 From: river0525 <0525sotaro@gmail.com> Date: Sat, 20 Dec 2025 12:15:17 +0900 Subject: [PATCH] :books: add river 0525 to the menber --- README.md | 3 +++ src/lib/constants/product-info.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index bcbbaba5c..65db2c0a2 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,9 @@ - [@あべみ](https://x.com/cats0830v) - 役割: アプリ開発 - 貢献内容(予定も含む): アプリ開発 +- [@river0525](https://x.com/river0525165521) + - 役割: アプリ開発 + - 貢献内容(予定も含む): コメント機能・難易度投票機能の開発、問題の難易度評価 - [@わさせき](https://x.com/wasaseki) - 役割: アプリ開発 - 貢献内容(予定も含む): デザイン監修 diff --git a/src/lib/constants/product-info.ts b/src/lib/constants/product-info.ts index 358a759b0..08ce92483 100644 --- a/src/lib/constants/product-info.ts +++ b/src/lib/constants/product-info.ts @@ -39,6 +39,7 @@ export const members = [ { name: '@seekworser(ぷせうど)', account: `${X_BASE_URL}pseudo_thermal` }, { name: '@Satsuki / さつき先生', account: `${X_BASE_URL}Satsuki_8198` }, { name: '@あべみ', account: `${X_BASE_URL}cats0830v` }, + { name: '@river0525', account: `${X_BASE_URL}river0525165521` }, { name: '@わさせき', account: `${X_BASE_URL}wasaseki` }, { name: '@toshi201', account: `${X_BASE_URL}toshicon201` }, ];