Update resale pricing data

This commit is contained in:
2026-05-21 11:22:20 +09:00
parent e0318cbf91
commit a69b655995
9 changed files with 556 additions and 21628 deletions

View File

@@ -308,11 +308,14 @@
<div class="lg:col-span-3">
<div class="sm:px-6 lg:px-8">
<div class="flex flex-col">
<div class="flex items-center justify-between sm:flex-auto sm:-mx-6 lg:-mx-4">
<div class="flex flex-wrap items-center justify-between gap-3 sm:flex-auto sm:-mx-6 lg:-mx-4">
<p class="mt-2 sm:mt-0 text-sm text-gray-700">
개수:
<span id="gameCount">0</span>
</p>
<p id="priceProgressNotice" class="mt-2 max-w-md text-sm text-gray-500 sm:mt-0">
우선 이런 게임들이 있습니다. 가격은 순차적으로 작성중입니다.
</p>
<div class="sort">
<div class="flex items-center gap-2">
<label id="sort-label" class="block text-sm/6 font-medium text-gray-900">
@@ -542,6 +545,6 @@
</main>
</div>
</div>
<script type="module" src="./script/nsw.js?v=20260519-mobile-search"></script>
<script type="module" src="./script/nsw.js?v=20260521-price-pending"></script>
</body>
</html>