Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 5bbe281

Browse files
authored
Merge pull request #67 from ddzzkunye/patch-1
readme层级改进
2 parents dec5796 + 0bb2c65 commit 5bbe281

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ Windows 11
6767

6868
## Limitations and Compatibility
6969
### Here are some situations that TranslucentFlyouts will always be automatically disabled.
70-
### 1. Windows 2000 Style popup menu
70+
#### 1. Windows 2000 Style popup menu
7171
![Windows2000](./Images/Unsupported/Windows2000.png)
7272

7373
Outdated.
7474
Some third-party applications like `HoneyView` may cause this issue.
75-
### 2. Ownerdrawn popup menu
75+
#### 2. Ownerdrawn popup menu
7676
![Ownerdrawn](./Images/Unsupported/Ownerdrawn.png)
7777

7878
As you can see, it is a QT popup menu.
7979
It really looks like the default menu, isn't it?
8080
But it's rendering procedure is completely different from the defualt one, making TranslucentFlyout hard to modify its visual content.
81-
### **3. StartAllBack**
81+
#### **3. StartAllBack**
8282
`StartAllBack` has built-in support for translucent popup menu, and its rendering procedure priority is higher than TranslucentFlyouts.
8383
> [Note!]:
8484
> For this reason, `v2.0.0-alpha.4` and higher versions of TranslucentFlyouts will automatically disable itself when `StartAllBack` was detected, unless there is a way to fully disable `StartAllBack`' s handling procedure.
@@ -99,4 +99,4 @@ Detours is a software package for monitoring and instrumenting API calls on Wind
9999
### [VC-LTL - An elegant way to compile lighter binaries.](https://github.com/Chuyu-Team/VC-LTL5)
100100
VC-LTL is an open source CRT library based on the MS VCRT that reduce program binary size and say goodbye to Microsoft runtime DLLs, such as msvcr120.dll, api-ms-win-crt-time-l1-1-0.dll and other dependencies.
101101
### [Windows Implementation Libraries (WIL)](https://github.com/Microsoft/wil)
102-
The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.
102+
The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.

ReadMe/zh-cn.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@ Windows 11
8383

8484
### 在以下的情况下,TranslucentFlyouts不可用
8585

86-
### 1. Windows 2000 风格的弹出菜单
86+
#### 1. Windows 2000 风格的弹出菜单
8787
![Windows2000](../Images/Unsupported/Windows2000.png)
8888

8989
老古董。
9090
有些第三方程序比如`HoneyView`可能会造成这样的菜单。
9191

92-
### 2. Ownerdrawn popup menu
92+
#### 2. Ownerdrawn popup menu
9393
>
9494
> ![Ownerdrawn](../Images/Unsupported/Ownerdrawn.png)
9595
9696
如你所见,这是一个QT弹出菜单
9797
是不是看着挺像系统的那种默认菜单?
9898
但是它的渲染流程与默认菜单截然不同,使得TranslucentFlyouts很难正确修改它的视觉内容
99-
### **3. StartAllBack**
99+
#### **3. StartAllBack**
100100
`StartAllBack`具有对半透明弹出菜单的内置支持,并且它的渲染流程的优先级高于TranslucentFlyouts。
101101
> 注意:
102102
> 出于这个原因的考量,`v2.0.0-alpha.4`和更高版本的TranslucentFlyouts检测到`StartAllBack`会自动禁用自身,且该现状将继续保持直到有办法能完全禁用`StartAllBack`对弹出菜单的处理。

0 commit comments

Comments
 (0)