Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizyChy0329 committed Oct 26, 2024
1 parent 47230bb commit 8426bb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/src"
"webRoot": "${workspaceFolder}"
}
]
}
}
2 changes: 1 addition & 1 deletion views/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ window.addEventListener('message', (e) => {
<SearchBar />

<div w-full space-y-2>
<div border-b-2 border-amber border-solid pb-2 class="text-base sm:text-lg">
<div v-if="!isLandscape" border-b-2 border-amber border-solid pb-2 class="text-base sm:text-lg">
{{ vscodePostData.currentAssetsPath }} ({{ vscodePostData.imagesData.length }})
</div>
<List :data="imagesDataFilter" :size="imageSize" />
Expand Down
2 changes: 1 addition & 1 deletion views/src/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import SearchBar from './SearchBar.vue'
<SearchBar />

<div w-full space-y-2>
<div border-b-4 border-b-amber px-2>
<div v-if="!isLandscape" border-b-4 border-b-amber px-2>
\assets\pinecone\dotcatCollection
</div>
<List :size="imageSize" />
Expand Down

0 comments on commit 8426bb9

Please sign in to comment.