From 526cb87587016bdb660e815049ebfc364af2d693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Fri, 3 May 2024 22:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/p/index.html b/p/index.html index 7664214..86fb797 100644 --- a/p/index.html +++ b/p/index.html @@ -55,7 +55,7 @@ clearPid(); } - if (pid.value !== '') { + if (pid.value === '') { pid.value = localStorage.getItem('pid') || '116000000'; } @@ -137,6 +137,9 @@ if (id !== curPid) { return; } + + img.title += ` ${img.naturalWidth}✖️${img.naturalHeight}`; + count.innerHTML = n; createImage(id, n + 1); };