Skip to content

Commit

Permalink
修复头像无法显示的Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 9, 2024
1 parent 0bd9c22 commit 2cacf3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "DnsTools",
"version": "1.0.2"
"version": "1.0.3"
},
"tauri": {
"allowlist": {
Expand Down
4 changes: 3 additions & 1 deletion src/components/about/index.vue
Expand Up @@ -20,6 +20,8 @@
Email: 2358755283@qq.com
</n-card>
<n-card title="更新日志" id="log">
<h2>V1.0.3.240209_beta</h2>
<span>修复头像无法显示的Bug</span>
<h2>V1.0.2.240209_beta</h2>
<span>优化表格显示,调整字体</span>
<h2>V1.0.1.240209_beta</h2>
Expand All @@ -40,7 +42,7 @@
</template>

<script setup>
import { NFlex,NCard,NDivider } from 'naive-ui';
import { NFlex,NCard,NDivider,NAvatar } from 'naive-ui';
</script>

<style lang="scss" scoped>
Expand Down

0 comments on commit 2cacf3f

Please sign in to comment.