Skip to content

Commit

Permalink
Merge pull request #1004 from shawnrivers/dev
Browse files Browse the repository at this point in the history
Add Ayane's photo album
  • Loading branch information
shawnrivers authored Oct 2, 2020
2 parents e175546 + 0445b0d commit 8a3a027
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
Binary file added src/assets/images/photo-albums/suzukiayane_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion src/data/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -13149,7 +13149,20 @@
"url": "https://7gogo.jp/suzuki-ayane"
}
],
"photoAlbums": [],
"photoAlbums": [
{
"title": "光の角度",
"release": "2020-11-10",
"type": "photo album",
"sites": [
{
"title": "Twitter",
"url": "https://twitter.com/ayane_gentosha"
}
],
"cover": "photo-albums/suzukiayane_1.jpg"
}
],
"units": [
{
"name": "真夏さんリスペクト軍団",
Expand Down
14 changes: 14 additions & 0 deletions src/server/actors/Members/raw/editor/secondGen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@ export const SECOND_GEN_MEMBERS: MemberRaw[] = [
url: 'https://7gogo.jp/suzuki-ayane',
},
],
photoAlbums: [
{
title: '光の角度',
release: '2020-11-10',
type: PhotoAlbumType.PhotoAlbum,
sites: [
{
title: SocialMedia.Twitter,
url: 'https://twitter.com/ayane_gentosha',
},
],
cover: 'photo-albums/suzukiayane_1.jpg',
},
],
}),
createMemberRaw({
name: MemberNameKey.TeradaRanze,
Expand Down

0 comments on commit 8a3a027

Please sign in to comment.