Skip to content

Commit

Permalink
chore: y优化界面展示
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 16, 2023
1 parent 9793a1a commit 3a3d100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions layouts/default/DefaultFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
<div class="footer">
<div>
<span class="text"> &copy;2011-{{ nowYear() }} </span>
<span class="s-dark" @click="goGithub()"> sy-post-publisher </span>
<span class="text s-dark" @click="goGithub()"
>&nbsp;sy-post-publisher&nbsp;</span
>

<span class="text"> v{{ v }} </span>
<span class="text">v{{ v }}&nbsp;</span>

<span class="text s-dark" @click="goAbout()">{{
$t("syp.about")
Expand Down
2 changes: 1 addition & 1 deletion public/lib/siyuan/publish-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const initPublishHelper = () => {
{ content: html },
(response) => {
newWin.loadURL(response.data.url)
newWin.webContents.openDevTools()
// newWin.webContents.openDevTools()
}
)
})
Expand Down

0 comments on commit 3a3d100

Please sign in to comment.