From fd7ef6228aac6286903c6e307a3b7047bdbf645e Mon Sep 17 00:00:00 2001 From: TCOTC <78434827+TCOTC@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20svg=20=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 39b0ac8..beab83c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,11 +25,11 @@ const SearchComponent = { }; export default class PluginHighlight extends Plugin { - + icon: string = `` onload() { this.addTopBar({ - icon: "iconMark", + icon: this.icon, title: this.i18n.topBarTitle, position: "right", callback: () => {