diff --git a/entrypoints/options/index.html b/entrypoints/options/index.html index 2862a5a..845fabf 100644 --- a/entrypoints/options/index.html +++ b/entrypoints/options/index.html @@ -2,7 +2,7 @@ - + baicizhan-helper diff --git a/entrypoints/options/index.vue b/entrypoints/options/index.vue index a93f77f..253e3a8 100644 --- a/entrypoints/options/index.vue +++ b/entrypoints/options/index.vue @@ -15,6 +15,7 @@ const activeName = ref('wordbookTabContent') function handleClick() {} const nickname = ref('游客用户') const githubMark = ref(browser.runtime.getURL('/github-mark.png')) +const logo = ref(browser.runtime.getURL('/b-logo.png')) async function setup() { const accessToken = await storageModule.get('accessToken') if (isEmpty(accessToken)) @@ -35,6 +36,9 @@ onMounted(() => {