From f2df4abe9b28e87279df40ad58509d57e15375fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Wed, 10 Jun 2026 10:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E4=BD=8E=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ai/list/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ai/list/index.jsx b/src/ai/list/index.jsx index a61c8b20..10199683 100644 --- a/src/ai/list/index.jsx +++ b/src/ai/list/index.jsx @@ -115,12 +115,12 @@ function List(props) { {model.date} - {Object.hasOwn(model, "downloads") && + {Object.prototype.hasOwnProperty.call(model, "downloads") && {model.downloads} } - {Object.hasOwn(model, "forkedCount") && + {Object.prototype.hasOwnProperty.call(model, "forkedCount") && {model.forkedCount}