-
Notifications
You must be signed in to change notification settings - Fork 204
修复硬件采集兼容性并优化任务栏显示屏选择 #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mengstill
wants to merge
3
commits into
Diorser:master
Choose a base branch
from
mengstill:fix/hardware-taskbar-stability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
修复硬件采集兼容性并优化任务栏显示屏选择 #413
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| #define MyAppName "LiteMonitor" | ||
| #define MyAppVersion "1.3.4" | ||
| #define MyAppPublisher "Diorser" | ||
| #define MyAppExeName "LiteMonitor.exe" | ||
|
|
||
| [Setup] | ||
| AppId={{8A6A4E34-36AF-430E-B42E-54793F51DE79} | ||
| AppName={#MyAppName} | ||
| AppVersion={#MyAppVersion} | ||
| AppPublisher={#MyAppPublisher} | ||
| DefaultDirName={autopf}\{#MyAppName} | ||
| DefaultGroupName={#MyAppName} | ||
| DisableProgramGroupPage=yes | ||
| PrivilegesRequired=admin | ||
| ArchitecturesAllowed=x64compatible | ||
| ArchitecturesInstallIn64BitMode=x64compatible | ||
| OutputDir=..\artifacts\installer | ||
| OutputBaseFilename=LiteMonitor_Setup_{#MyAppVersion}_x64 | ||
| SetupIconFile=..\resources\assets\app.ico | ||
| Compression=lzma2/ultra64 | ||
| SolidCompression=yes | ||
| WizardStyle=modern | ||
| UninstallDisplayIcon={app}\{#MyAppExeName} | ||
| CloseApplications=yes | ||
|
|
||
| [Languages] | ||
| Name: "chinesesimp"; MessagesFile: "compiler:Default.isl" | ||
|
|
||
| [Tasks] | ||
| Name: "desktopicon"; Description: "创建桌面快捷方式"; GroupDescription: "附加任务:"; Flags: unchecked | ||
|
|
||
| [Files] | ||
| Source: "..\artifacts\publish-stable\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs | ||
|
|
||
| [Icons] | ||
| Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" | ||
| Name: "{group}\卸载 {#MyAppName}"; Filename: "{uninstallexe}" | ||
| Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon | ||
|
|
||
| [Run] | ||
| Filename: "{app}\{#MyAppExeName}"; Description: "启动 {#MyAppName}"; Flags: nowait postinstall skipifsilent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -215,7 +215,7 @@ private IntPtr FindSecondaryTaskbar(Screen screen) | |
| if (screen.Bounds.Contains(r.Location) || screen.Bounds.IntersectsWith(r)) | ||
| return hWnd; | ||
| } | ||
| return FindWindow("Shell_TrayWnd", null); | ||
| return IntPtr.Zero; | ||
|
Comment on lines
215
to
+218
|
||
| } | ||
|
|
||
| public Rectangle GetTaskbarRect(IntPtr hTaskbar, string targetDevice) | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
诊断日志写入位置使用 AppContext.BaseDirectory:应用安装到 Program Files 时通常没有写权限,开启 LITEMONITOR_DIAG=1 也可能无法生成日志且异常被吞掉。建议改为写到用户可写目录(如
%LOCALAPPDATA%/LiteMonitor或%TEMP%),并至少在 catch 中输出 Debug/Trace 信息方便定位。