Alipay

view/donate/alipay~ Alipay

Alipay donation JSX component.

Constructor

new Alipay()

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

Members

(static) Cacheable

Cacheable Alipay donation JSX component.

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

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