@import 'lazyload'
@import 'aplayer'

// 根据主题配置加载
if hexo-config('plugins.scrollreveal.enable')
  @import 'scrollreveal'
if hexo-config('plugins.copycode.enable')
  @import 'copycode'
if hexo-config('plugins.tianli_gpt.enable')
  @import 'tianli_gpt'
if hexo-config('plugins.katex.enable')
  @import 'katex'
if hexo-config('plugins.card_hover.enable')
  // 最后加载，组合并覆盖 link/grid 既有 hover transform
  @import 'card-hover'
