Merge branch 'feat/v3.0.0'

# Conflicts:
#	src/main/browsers/main.ts
This commit is contained in:
sunyuqiang
2023-10-13 09:50:40 +08:00
6 changed files with 9 additions and 2 deletions

View File

@@ -69,8 +69,7 @@ function fileDisplay(filePath) {
}
if (
!appDetail.target ||
appDetail.target.toLowerCase().indexOf('unin') >= 0 ||
appDetail.args
appDetail.target.toLowerCase().indexOf('unin') >= 0
)
return;