윤준현

fix_layout

text
Showing 1 changed file with 3 additions and 3 deletions
...@@ -233,7 +233,7 @@ app.post('/message', function(req,res){ ...@@ -233,7 +233,7 @@ app.post('/message', function(req,res){
233 case 'ヨルシカ': 233 case 'ヨルシカ':
234 send = { 234 send = {
235 'message': { 235 'message': {
236 - 'text': '설명 : 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)', 236 + 'text': '형태 : 2인조 밴드\n멤버 :\n - n-buna(작사, 작곡, 편곡)\n - suis(Vocal)보컬\n서포트 멤버 : \n - 下鶴光康(Guitar)\n - キタニタツヤ(Bass)\n - Masack(Drums)',
237 'photo': { 237 'photo': {
238 'url': 'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg', 238 'url': 'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg',
239 'width': 1000, 239 'width': 1000,
...@@ -277,7 +277,7 @@ app.post('/message', function(req,res){ ...@@ -277,7 +277,7 @@ app.post('/message', function(req,res){
277 case 'Guckkasten': 277 case 'Guckkasten':
278 send = { 278 send = {
279 'message': { 279 'message': {
280 - 'text': '설명 : 4인조 밴드\n멤버 :\n 하현우(Vocal, Guitar)\n 전규호(Guitar)\n 이정길(Drum)\n 김기범(Bass)\n장르 : 싸이키델릭 록\n데뷔 : 2007년\n소속사 : 인터파크', 280 + 'text': '형태 : 4인조 밴드\n멤버 :\n - 하현우(Vocal, Guitar)\n - 전규호(Guitar)\n - 이정길(Drum)\n - 김기범(Bass)\n장르 : 싸이키델릭 록\n데뷔 : 2007년\n소속사 : 인터파크',
281 'photo': { 281 'photo': {
282 'url': 'http://ticketimage.interpark.com/interparkenter/guckkasten/about/guckkasten_about_pc_image(540x420px).jpg', 282 'url': 'http://ticketimage.interpark.com/interparkenter/guckkasten/about/guckkasten_about_pc_image(540x420px).jpg',
283 'width': 540, 283 'width': 540,
...@@ -312,7 +312,7 @@ app.post('/message', function(req,res){ ...@@ -312,7 +312,7 @@ app.post('/message', function(req,res){
312 case 'Mot': 312 case 'Mot':
313 send = { 313 send = {
314 'message': { 314 'message': {
315 - 'text': '설명 : 5인조 밴드\n현멤버(3집 이후) :\n 이이언(Vocal)\n 유웅렬(Guitar)\n 조남열(Drum)\n 송인섭(Bass)\n 이하윤(Keyboard)\n구멤버(1, 2집) :\n 이이언(Vocal)\n 지이(Guitar)\n장르 : Indie Rock\n 데뷔 : 2004년', 315 + 'text': '형태 : 5인조 밴드\n현멤버(3집 이후) :\n - 이이언(Vocal)\n - 유웅렬(Guitar)\n - 조남열(Drum)\n - 송인섭(Bass)\n - 이하윤(Keyboard)\n구멤버(1, 2집) :\n - 이이언(Vocal)\n - 지이(Guitar)\n장르 : Indie Rock\n데뷔 : 2004년',
316 'photo': { 316 'photo': {
317 'url': 'https://thestrings.kr/wp-content/uploads/2017/10/m_main.jpg', 317 'url': 'https://thestrings.kr/wp-content/uploads/2017/10/m_main.jpg',
318 'width': 1000, 318 'width': 1000,
......