Skip to content

Commit

Permalink
1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Jun 25, 2023
1 parent cab7329 commit 6493028
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdunren-camera",
"version": "1.0.35",
"version": "1.0.36",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
3 changes: 1 addition & 2 deletions src/renderer/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import Setting from './views/Setting.vue'
import Updater from './views/Updater.vue'
const { config } = useConfigStore()
config.page = 'camera'
const { init } = useSoft()
init()
useSoft()
</script>

<template>
Expand Down
4 changes: 3 additions & 1 deletion src/renderer/src/composables/useSoft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ export default () => {
if (!config.secret) config.page = 'secret'
else checkSecret()
}
return { checkSecret, init, checkUpdate }

init()
return { checkSecret }
}
1 change: 0 additions & 1 deletion src/renderer/src/views/Secret.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const { checkSecret } = useSoft()
>
<span class="font-normal mb-1 mt-2 text-orange-300">向军大叔作品 </span>
<span class="text-xs font-light opacity-70">微信: houdunren2021</span>
<!-- <img src="/xj.jpg" alt="" class="w-20 h-20 right-0 bottom-0" /> -->
</div>
</main>
</template>
Expand Down

0 comments on commit 6493028

Please sign in to comment.