Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Feb 10, 2024
1 parent 7799451 commit a5d1581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions electron-builder-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mac:
entitlementsInherit: build/entitlements.mac.plist
# 图标,看后盾人文档库 electron 章节有介绍生成方法
icon: build/icon.icns
target: ['pkg']
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
Expand Down
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.71",
"version": "1.0.72",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/views/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ onMounted(() => {
</script>
<template>
<main
class="w-screen h-screen drag relative aspect-square"
class="w-screen h-screen drag relative aspect-square overflow-hidden"
:style="`border:solid ${config.borderWidth}px ${config.borderColor};border-radius:${
config.rounded ? '50%' : config.borderRadius + 'px'
}`"
Expand Down

0 comments on commit a5d1581

Please sign in to comment.