Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 14, 2024
1 parent 68eef26 commit 44ba6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions packages/frontend/src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
@drop="onDrop"
>
<div class="bg-container">
<img
fit="fill"
class="desktop-bg"
:src="tokenStore.config.bg.slice(1)"
/>
<img fit="fill" class="desktop-bg" src="/bg/0.jpg" />
</div>

<DailyDescription />
Expand Down
6 changes: 1 addition & 5 deletions packages/frontend/src/pages/mobile/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
@drop="onDrop"
>
<div class="bg-container">
<img
fit="fill"
class="desktop-bg"
:src="tokenStore.config.bg.slice(1)"
/>
<img fit="fill" class="desktop-bg" src="/bg/0.jpg" />
</div>

<div class="desktop-avator" @click="onLogout">
Expand Down

0 comments on commit 44ba6ff

Please sign in to comment.