Skip to content

Commit

Permalink
添加链接提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Jul 17, 2024
1 parent 33f27f0 commit e08ba5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/src/components/PageContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
</div>
<div class="ipPanel">
<i class="bi bi-router"></i>
{{ ip }}:{{ formData().port }}
<div style="height: 40px; display: flex; flex-direction: column; justify-content: center;">
<div>{{ ip }}:{{ formData().port }}</div>
<div v-if="formData().useDAV">{{ ip }}:{{ formData().port }}/dav</div>
</div>
<div class="openLink" @click="openLink">打开链接</div>
</div>
<div class="buttonArea" style="display: flex; justify-content: space-between;">
Expand Down

0 comments on commit e08ba5d

Please sign in to comment.