Skip to content

Commit

Permalink
chore: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Jul 7, 2023
1 parent 7fa6e0f commit 468da1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-xiaoshu",
"displayName": "Explorer Xiaoshu",
"version": "0.9.15",
"version": "0.9.16",
"private": true,
"description": "Powerful and fast sidebar search toggle tool",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/contentScripts/views/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const enable = computed(() => {
<img
class="item-icon"
loading="lazy"
:src="`https://roam.mixcm.com/api/v1/icons/icon?size=32..120..256&url=${element.engine.replace(
:src="`https://lib.xiaoshuapp.com/icon/x?url=${element.engine.replace(
'%s',
'',
)}`"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function getManifest() {
manifest.permissions?.push('webNavigation')

// this is required on dev for Vite script to load
manifest.content_security_policy = `script-src \'self\' https://roam.mixcm.com http://localhost:${port}; object-src \'self\'`
manifest.content_security_policy = `script-src \'self\' https://lib.xiaoshuapp.com http://localhost:${port}; object-src \'self\'`
}

return manifest
Expand Down

0 comments on commit 468da1c

Please sign in to comment.