From 66d4f54e98e47d16519e221dcf061692660e0221 Mon Sep 17 00:00:00 2001 From: zenn Date: Wed, 11 Feb 2026 02:35:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/games.js | 2 +- index.html | 16 ++++++++++ scripts/config.js | 42 +++++++++++++----------- scripts/filters.js | 72 +++++++++++++++++++++++++++++++----------- scripts/main.js | 17 +++++++++- scripts/productList.js | 72 +++++++++++++++++++++++++++--------------- scripts/state.js | 17 +++++----- 7 files changed, 165 insertions(+), 73 deletions(-) diff --git a/data/games.js b/data/games.js index 744f86c..f7a874f 100644 --- a/data/games.js +++ b/data/games.js @@ -88,7 +88,7 @@ const games = [ price: 60000, currency: '₩', category: 'Games', - status: '판매중', + status: '판매완료', customTag: '', tags: ['Switch', 'JP'], diff --git a/index.html b/index.html index ce94fb3..0ea5dc9 100644 --- a/index.html +++ b/index.html @@ -288,6 +288,22 @@ + +