Wechat

view/donate/alipay~ Wechat

Wechat donation JSX component.

Constructor

new Wechat()

Source:
Example
<Wechat
    title="******"
    qrcode="/path/to/qrcode" />

Members

(static) Cacheable

Cacheable Wechat donation JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

Source:
See:
Example
<Wechat.Cacheable
    donate={{ type: 'wechat', qrcode='******' }}
    helper={{
        __: function() {...},
        url_for: function() {...}
    }} />