Afdian

view/donate/afdian~ Afdian

Afdian donation JSX component.

Constructor

new Afdian()

Source:
Example
<Afdian
    title="******"
    url="/path/to/url" />

Members

(static) Cacheable

Cacheable Afdian donation JSX component.

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

Source:
See:
Example
<Afdian.Cacheable
    donate={{ type: 'afdian', url='******' }}
    helper={{
        __: function() {...},
        url_for: function() {...}
    }} />