diff --git a/FAQ.md b/FAQ.md index 5f7c7314..655914be 100644 --- a/FAQ.md +++ b/FAQ.md @@ -165,7 +165,7 @@ ### Windows 7 下界面异常 -由于软件默认使用了透明窗口,根据Electron官方文档的[说明](https://electronjs.org/docs/api/frameless-window#%E5%B1%80%E9%99%90%E6%80%A7): +由于软件默认使用了透明窗口,根据Electron官方文档的[说明](https://www.electronjs.org/docs/latest/tutorial/window-customization#limitations): > 在 windows 操作系统上, 当 DWM 被禁用时, 透明窗口将无法工作。 因此,当 win7 没有使用**Aero**主题时界面将会显示异常,开启AERO的方法请自行百度:`win7开启Aero效果`(开启后可看到任务栏变透明)。