Skip to content

Commit

Permalink
修复TS类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Jun 15, 2023
1 parent 9bf095b commit 29b1543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.30",
"version": "1.0.31",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/ChangeRounded.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { InnerShadowUp, Square } from '@icon-park/vue-next'
import { InnerShadowUp } from '@icon-park/vue-next'
import useAuth from '@renderer/composables/useAuth'
import { useConfigStore } from '@renderer/stores/useConfigStore'
const { config } = useConfigStore()
Expand Down

0 comments on commit 29b1543

Please sign in to comment.