Hexo博客增加鼠标点击特效
以NexT主题举例
##配置
在主题_config.yml中添加动态配置项
cursor_effect:
enabled: true
type: love # fireworks:礼花 | explosion:爆炸 | love:浮出爱心 | text:浮出文字
以NexT主题举例
##配置
在主题_config.yml中添加动态配置项
cursor_effect:
enabled: true
type: love # fireworks:礼花 | explosion:爆炸 | love:浮出爱心 | text:浮出文字
根据你的需求,在合适地方加入一言。例如,打开主题layout下的文件common-article.ejs,加入一言:
引入API:
Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long
用法:
1 | Private Sub test() |