From 137767bf595f5c0657f1f5715a72bf799a612e2f Mon Sep 17 00:00:00 2001 From: buuug7 Date: Sun, 18 Jul 2021 22:15:39 +0800 Subject: [PATCH] fix --- background.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/background.js b/background.js index bbe4742..8375fb6 100644 --- a/background.js +++ b/background.js @@ -2,12 +2,10 @@ self.importScripts("lib.js"); const menu = { id: `english-vocabulary-book-add-word-menu`, - title: `Add to my vocabulary book(dev)`, + title: `Add to my vocabulary book`, }; -init().then(() => { - // -}); +init().then(() => {}); async function init() { chrome.runtime.onInstalled.addListener(() => {