Skip to content

Commit

Permalink
Merge pull request #2640 from shawnrivers/update-data
Browse files Browse the repository at this point in the history
Update 30th single data
  • Loading branch information
shawnrivers authored Aug 14, 2022
2 parents afdb59b + d173078 commit 853e86b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/db/result/member.json
Original file line number Diff line number Diff line change
Expand Up @@ -18263,6 +18263,10 @@
"right": "yellow"
},
"sites": [
{
"title": "Instagram",
"url": "https://www.instagram.com/mio.yakubo_official/"
},
{
"title": "blog",
"url": "https://www.nogizaka46.com/s/n46/diary/MEMBER/list?ct=48019"
Expand Down
8 changes: 5 additions & 3 deletions src/db/result/song.json
Original file line number Diff line number Diff line change
Expand Up @@ -50717,7 +50717,7 @@
"md": "/images/members/singles/28/[email protected]",
"lg": "/images/members/singles/28/[email protected]"
},
"position": null,
"position": "center",
"isMember": true
},
{
Expand Down Expand Up @@ -50810,7 +50810,9 @@
],
"compose": [],
"arrange": [],
"direct": []
"direct": [
"林希"
]
},
"single": {
"title": "好きというのはロックだぜ!",
Expand Down Expand Up @@ -50986,7 +50988,7 @@
"md": "/images/members/others/sugawarasatsuki_2022-04-01_997fd470-69fb-4eed-8c01-fc846ef74f42_@2x.jpg",
"lg": "/images/members/others/sugawarasatsuki_2022-04-01_997fd470-69fb-4eed-8c01-fc846ef74f42_@3x.jpg"
},
"position": null,
"position": "center",
"isMember": true
},
{
Expand Down
4 changes: 4 additions & 0 deletions src/db/src/actors/Members/raw/editor/fourthGen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ export const FOURTH_GEN_MEMBERS: MemberRaw[] = [
bloodType: 'b',
origin: '東京都',
sites: [
{
title: 'Instagram',
url: 'https://www.instagram.com/mio.yakubo_official/',
},
{
title: 'profile',
url: 'https://www.nogizaka46.com/s/n46/artist/48019',
Expand Down
3 changes: 3 additions & 0 deletions src/db/src/actors/Songs/raw/editor/singles/30.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const THIRTIETH_SINGLE_SONGS = [
createSongRaw({
title: 'ジャンピングジョーカーフラッシュ',
type: 'fourth generation',
center: ['tsutsuiayame'],
creators: {
lyrics: ['秋元康'],
},
Expand All @@ -114,8 +115,10 @@ export const THIRTIETH_SINGLE_SONGS = [
createSongRaw({
title: 'バンドエイド剥がすような別れ方',
type: 'fifth generation',
center: ['sugawarasatsuki'],
creators: {
lyrics: ['秋元康'],
direct: ['林希']
},
formations: {
firstRow: [
Expand Down

1 comment on commit 853e86b

@vercel
Copy link

@vercel vercel bot commented on 853e86b Aug 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.