### 概述 | Summary 相关 PR #5757 在 [Windows 应用程序开发规范](https://learn.microsoft.com/en-us/windows/apps/develop/input/mouse-interactions) (注意不是 Fluent Design 规范)中,要求对于可点击元素,应始终使用箭头光标 + 悬停效果 <img height="300" alt="Image" src="https://github.com/user-attachments/assets/df07176e-1177-40a7-b636-eb7c5816741d" /> [Material Desgin 3](https://m3.material.io/foundations/interaction/inputs) 与 [Apple 设计指南](https://developer.apple.com/cn/design/human-interface-guidelines/pointing-devices) 中也做了类似的要求,仅应对于 超链接 / 可点击的图片 使用 手型光标 <img width="1161" height="136" alt="Image" src="https://github.com/user-attachments/assets/83bcc01d-eec7-460d-b2fa-bef43e8d4207" /> <img height="500" alt="Image" src="https://github.com/user-attachments/assets/46b5ebcd-e7d3-4f0b-99c9-3f18c4aa0e5c" /> 目前 HMCL 中对于可点击的元素都是使用的手型光标 ### 原因 | Reason 遵循规范 ### 详情 | Description /
概述 | Summary
相关 PR #5757

在 Windows 应用程序开发规范 (注意不是 Fluent Design 规范)中,要求对于可点击元素,应始终使用箭头光标 + 悬停效果
Material Desgin 3 与 Apple 设计指南 中也做了类似的要求,仅应对于 超链接 / 可点击的图片 使用 手型光标
目前 HMCL 中对于可点击的元素都是使用的手型光标
原因 | Reason
遵循规范
详情 | Description
/