From fb649a13151d5de25add44c38cd128ea6fb5ece1 Mon Sep 17 00:00:00 2001 From: XiangQinxi <1379773753@qq.com> Date: Fri, 11 Nov 2022 10:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b497ad..34b302d 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,12 @@ Window.mainloop() ## 研究参考 ![](https://learn.microsoft.com/zh-cn/windows/apps/design/signature-experiences/images/materials_mica_hero_1880.png) +_https://pythonawesome.com/win32mica-a-simple-module-to-add-the-mica-effect-on-legacy-python-windows/_ + _https://github.com/martinet101/win32mica_ +_https://blog.csdn.net/bangbang_BON/article/details/126531053?spm=1001.2014.3001.5502_ + `win32mica`是一个使用ctypes进行调用win32进行实现启用云母材质的功能库。 ## 使用方法 -- GitLab