From dfa6cc35c77bcb394b801b0fdcc6af7298d83cb4 Mon Sep 17 00:00:00 2001 From: cdswyda Date: Thu, 22 Jul 2021 11:21:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(constant):=20=E7=A7=BB=E9=99=A4=E6=BC=94?= =?UTF-8?q?=E7=A4=BA=E4=BD=BF=E7=94=A8=E7=9A=84=E9=82=AE=E4=BB=B6=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=B8=AD=E7=9A=84=20test=20customsButtons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/constant.js b/src/controllers/constant.js index 0c23284..22c4687 100644 --- a/src/controllers/constant.js +++ b/src/controllers/constant.js @@ -289,7 +289,7 @@ function rightclickHTML(){ dataMenuseparator = false; } - const customsButtons = (config.customs || [{title: 'test'}]).map((item, index) => ` + const customsButtons = (config.customs || []).map((item, index) => `
${item.title}