+2 item
This commit is contained in:
100
data/games.js
100
data/games.js
@@ -1,9 +1,87 @@
|
|||||||
const games = [
|
const games = [
|
||||||
|
{
|
||||||
|
id: 'nm4uzduj',
|
||||||
|
createdAt: '2026-02-04',
|
||||||
|
updatedAt: '2026-02-04',
|
||||||
|
|
||||||
|
title: '닌텐도 게임앤워치 젤다의 전설',
|
||||||
|
price: 80000,
|
||||||
|
currency: '₩',
|
||||||
|
category: 'Games',
|
||||||
|
status: '판매중',
|
||||||
|
customTag: '',
|
||||||
|
|
||||||
|
tags: ['Nintendo', 'Game&Watch'],
|
||||||
|
|
||||||
|
images: ['/images/games/nm4uzduj_01.jpg', '/images/games/nm4uzduj_02.jpg'],
|
||||||
|
description: '미개봉 새제품, 일본 내수용(JP)',
|
||||||
|
|
||||||
|
specs: {
|
||||||
|
purchaseDate: '',
|
||||||
|
condition: 'Brand New (미개봉)',
|
||||||
|
isVerified: true,
|
||||||
|
},
|
||||||
|
fullDescription: [
|
||||||
|
'닌텐도 Game & Watch 젤다의 전설 에디션입니다.',
|
||||||
|
'일본 내수용 제품입니다.',
|
||||||
|
'미개봉 새제품 상태입니다.',
|
||||||
|
'소장용으로 보관하기 좋은 상태입니다.',
|
||||||
|
'',
|
||||||
|
'※ 게임&워치는 한국어에 대응하지 않습니다.',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'vzwe916n',
|
||||||
|
createdAt: '2026-02-04',
|
||||||
|
updatedAt: '2026-02-04',
|
||||||
|
|
||||||
|
title: '닌텐도 게임앤워치 슈퍼마리오 브라더스',
|
||||||
|
price: 80000,
|
||||||
|
currency: '₩',
|
||||||
|
category: 'Games',
|
||||||
|
status: '판매중',
|
||||||
|
customTag: '',
|
||||||
|
|
||||||
|
tags: ['Nintendo', 'Game&Watch'],
|
||||||
|
|
||||||
|
images: ['/images/games/vzwe916n_01.jpg', '/images/games/vzwe916n_02.jpg'],
|
||||||
|
description: '미개봉 새제품, 한국 정식 발매판(KR)',
|
||||||
|
|
||||||
|
specs: {
|
||||||
|
purchaseDate: '',
|
||||||
|
condition: 'Brand New (미개봉)',
|
||||||
|
isVerified: true,
|
||||||
|
},
|
||||||
|
fullDescription: [
|
||||||
|
'닌텐도 Game & Watch 슈퍼 마리오 에디션입니다.',
|
||||||
|
'한국 정식 발매판으로 국내 유통된 제품입니다.',
|
||||||
|
'미개봉 새제품 상태입니다.',
|
||||||
|
'소장용으로 보관하기 좋은 상태입니다.',
|
||||||
|
'',
|
||||||
|
'※ 게임&워치는 한국어에 대응하지 않습니다.',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// [1] 시스템 및 메타 정보 (가장 먼저 확인하게 되는 고유값)
|
// [1] 시스템 및 메타 정보 (가장 먼저 확인하게 되는 고유값)
|
||||||
id: 'i3zgj4zl',
|
id: 'i3zgj4zl',
|
||||||
createdAt: '2024-05-20',
|
createdAt: '2025-01-22',
|
||||||
updatedAt: '2024-05-20',
|
updatedAt: '2025-01-22',
|
||||||
|
|
||||||
// [2] 기본 판매 정보 (리스트 카드에 바로 노출될 핵심 정보)
|
// [2] 기본 판매 정보 (리스트 카드에 바로 노출될 핵심 정보)
|
||||||
title: '플로럴 플로우러브',
|
title: '플로럴 플로우러브',
|
||||||
@@ -18,7 +96,7 @@ const games = [
|
|||||||
|
|
||||||
// [4] 시각 및 요약 정보
|
// [4] 시각 및 요약 정보
|
||||||
images: ['/images/games/i3zgj4zl_01.jpg', '/images/games/i3zgj4zl_02.jpg', '/images/games/i3zgj4zl_03.jpg', '/images/games/i3zgj4zl_04.jpg'],
|
images: ['/images/games/i3zgj4zl_01.jpg', '/images/games/i3zgj4zl_02.jpg', '/images/games/i3zgj4zl_03.jpg', '/images/games/i3zgj4zl_04.jpg'],
|
||||||
description: '미개봉, 한정판, 일본판, 한글미지원',
|
description: '미개봉 새제품, 한정판, 일본 내수용(JP), 한글미지원',
|
||||||
|
|
||||||
// [5] 상세 스펙 및 본문 (데이터 양이 가장 많으므로 하단 배치)
|
// [5] 상세 스펙 및 본문 (데이터 양이 가장 많으므로 하단 배치)
|
||||||
specs: {
|
specs: {
|
||||||
@@ -27,16 +105,16 @@ const games = [
|
|||||||
isVerified: true,
|
isVerified: true,
|
||||||
},
|
},
|
||||||
fullDescription: [
|
fullDescription: [
|
||||||
'닌텐도 스위치 일본 내수용(JP) 패키지입니다.',
|
'플로럴 플로우러브 (フローラル・フローラブ) 닌텐도 스위치용 패키지입니다.',
|
||||||
'인게임 한국어 자막을 공식 지원합니다.',
|
'일본 내수용(JP) 완전생산한정판 제품입니다.',
|
||||||
|
'미개봉 새제품 상태입니다.',
|
||||||
|
'한글은 지원하지 않으며 일본어로 플레이 가능합니다.',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
'',
|
'',
|
||||||
'『완전생산한정판』 구성품:',
|
|
||||||
'• 특제 일러스트 아우터 박스',
|
|
||||||
'• 오리지널 사운드트랙 CD (미개봉)',
|
|
||||||
'• 풀컬러 아트북 (48P)',
|
|
||||||
'',
|
'',
|
||||||
'보관용으로 구매하여 슈링크(비닐) 상태 매우 깨끗하며,',
|
|
||||||
'암소 보관하여 박스 변색이나 모서리 눌림 없습니다.',
|
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB |
BIN
images/games/nm4uzduj_01.jpg
Normal file
BIN
images/games/nm4uzduj_01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
images/games/nm4uzduj_02.jpg
Normal file
BIN
images/games/nm4uzduj_02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
BIN
images/games/vzwe916n_01.jpg
Normal file
BIN
images/games/vzwe916n_01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
BIN
images/games/vzwe916n_02.jpg
Normal file
BIN
images/games/vzwe916n_02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -18,7 +18,6 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4516420168710424" crossorigin="anonymous"></script>
|
|
||||||
<title>sori.inventory</title>
|
<title>sori.inventory</title>
|
||||||
<!-- Tailwind CSS -->
|
<!-- Tailwind CSS -->
|
||||||
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user