body {
    /* 默认情况下使用 Normal Select.cur */
    cursor: url(https://cdn.jsdelivr.net/gh/UxAzhangxiaohua/mouse_cursor@1.0/kuromimdr/NormalSelect2.cur), default;
}

a:hover, img:hover, a:active, img:active {
    /* 悬停和点击时使用 Alternate Select 2.cur */
    cursor: url(https://cdn.jsdelivr.net/gh/UxAzhangxiaohua/mouse_cursor@1.0/kuromimdr/PersonSelect.cur), pointer;
}

