Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Jun 13, 2023
1 parent bee2b4f commit b803025
Show file tree
Hide file tree
Showing 3 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.26",
"version": "1.0.27",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down
1 change: 1 addition & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function createWindow(): void {
}
})
if (is.dev) mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()
//缩放比例
mainWindow.on('ready-to-show', () => {
mainWindow.show()
Expand Down
1 change: 0 additions & 1 deletion src/renderer/src/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ http.interceptors.response.use(
return response
},
function (error) {
// ElMessageBox.alert(error.response.data.message)
ElMessage({
message: error.response.data.message,
type: 'error',
Expand Down

0 comments on commit b803025

Please sign in to comment.