Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Mar 8, 2023
1 parent 624dc53 commit 59eeb8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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.11",
"version": "1.0.12",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/src/components/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const constraints = {
audio: false,
video: {
deviceId: config.deviceId
// width: 1920,
// height: 1080
}
} as MediaStreamConstraints
Expand Down
3 changes: 0 additions & 3 deletions src/renderer/src/components/FooterMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ const quit = () => window.api.actions().quit()
@click="changeRounded"
/>
</el-tooltip>
<!-- <el-tooltip class="box-item" effect="dark" content="退出软件" placement="top" :hide-after="0">
<power theme="outline" size="25" :strokeWidth="3" class="icon" />
</el-tooltip> -->
<div class="opacity-0 group-hover:opacity-100">
<el-dropdown>
<hamburger-button theme="outline" size="25" class="icon" />
Expand Down

0 comments on commit 59eeb8c

Please sign in to comment.