From 9d3df75ddd99250f100a97edd39293056fd8a79f Mon Sep 17 00:00:00 2001 From: PJ568 Date: Thu, 8 Jun 2023 10:48:09 +0800 Subject: [PATCH] Update popup.js --- js/popup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/popup.js b/js/popup.js index 5a685b7f..705e4113 100644 --- a/js/popup.js +++ b/js/popup.js @@ -66,7 +66,7 @@ function initData(){ } // 后补 nav_html+=`页内页` - list_html+=`

页内页

↑↑    返回页顶    ↑↑
` + list_html+=`

页内页

↑↑    返回页顶    ↑↑
` // 后补结束 nav.innerHTML=nav_html; list.innerHTML=list_html; @@ -151,4 +151,4 @@ function setClassify(){ line.style.height='44px'; nav.style.display='none'; } -initData(); \ No newline at end of file +initData();