This commit is contained in:
2025-09-13 16:28:31 +08:00
parent fa87198131
commit cc2dc9c1a7
@@ -241,7 +241,7 @@ namespace Ink_Canvas.Helpers
_interceptRules[InterceptType.SeewoPincoSideBarFloating] = new InterceptRule _interceptRules[InterceptType.SeewoPincoSideBarFloating] = new InterceptRule
{ {
Type = InterceptType.SeewoPincoSideBarFloating, Type = InterceptType.SeewoPincoSideBarFloating,
ProcessName = "SeewoPinco", ProcessName = "ClassIn",
WindowTitlePattern = "", WindowTitlePattern = "",
ClassNamePattern = "", ClassNamePattern = "",
IsEnabled = true, IsEnabled = true,
@@ -253,7 +253,7 @@ namespace Ink_Canvas.Helpers
_interceptRules[InterceptType.SeewoPincoDrawingFloating] = new InterceptRule _interceptRules[InterceptType.SeewoPincoDrawingFloating] = new InterceptRule
{ {
Type = InterceptType.SeewoPincoDrawingFloating, Type = InterceptType.SeewoPincoDrawingFloating,
ProcessName = "SeewoPinco", ProcessName = "ClassIn",
WindowTitlePattern = "", WindowTitlePattern = "",
ClassNamePattern = "", ClassNamePattern = "",
IsEnabled = true, IsEnabled = true,
@@ -289,7 +289,7 @@ namespace Ink_Canvas.Helpers
_interceptRules[InterceptType.HiteAnnotationFloating] = new InterceptRule _interceptRules[InterceptType.HiteAnnotationFloating] = new InterceptRule
{ {
Type = InterceptType.HiteAnnotationFloating, Type = InterceptType.HiteAnnotationFloating,
ProcessName = "HiteAnnotation", ProcessName = "HiteVision",
WindowTitlePattern = "", WindowTitlePattern = "",
ClassNamePattern = "", ClassNamePattern = "",
IsEnabled = true, IsEnabled = true,
@@ -301,7 +301,7 @@ namespace Ink_Canvas.Helpers
_interceptRules[InterceptType.ChangYanFloating] = new InterceptRule _interceptRules[InterceptType.ChangYanFloating] = new InterceptRule
{ {
Type = InterceptType.ChangYanFloating, Type = InterceptType.ChangYanFloating,
ProcessName = "ChangYan", ProcessName = "ClassIn",
WindowTitlePattern = "", WindowTitlePattern = "",
ClassNamePattern = "", ClassNamePattern = "",
IsEnabled = true, IsEnabled = true,
@@ -313,7 +313,7 @@ namespace Ink_Canvas.Helpers
_interceptRules[InterceptType.ChangYanPptFloating] = new InterceptRule _interceptRules[InterceptType.ChangYanPptFloating] = new InterceptRule
{ {
Type = InterceptType.ChangYanPptFloating, Type = InterceptType.ChangYanPptFloating,
ProcessName = "ChangYanPPT", ProcessName = "ClassIn",
WindowTitlePattern = "", WindowTitlePattern = "",
ClassNamePattern = "", ClassNamePattern = "",
IsEnabled = true, IsEnabled = true,