feat(style): 添加自定义鼠标指针样式
Discourse Theme / ci (push) Failing after 0s

- 在全局范围内应用自定义 SVG 指针
- 设置指针热点位置为 1,1 坐标
- 保留默认指针作为备选方案
- 隐藏 Discourse 功能标识元素
This commit is contained in:
2026-02-26 15:32:48 +08:00
parent 2f5c4b2989
commit eb3f4efe2c
+5
View File
@@ -81,3 +81,8 @@
.powered-by-discourse{
display: none;
}
// 使用自定义指针
* {
cursor: url(../../../assets/point.svg) 1 1, auto;
}