From c6287e4c177062a18d5bfcaf47f3e8a348d03546 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Thu, 8 Jun 2023 11:39:48 +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 705e4113..96ef787e 100644 --- a/js/popup.js +++ b/js/popup.js @@ -65,8 +65,8 @@ function initData(){ list_html+=``; } // 后补 - nav_html+=`页内页` - list_html+=`

页内页

↑↑    返回页顶    ↑↑
` + nav_html+=`页内页项目贡献者Star 历史` + list_html+=`

页内页

项目贡献者

Star 历史

↑↑    返回页顶    ↑↑
` // 后补结束 nav.innerHTML=nav_html; list.innerHTML=list_html;