mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Add readability plugin to puread.
This commit is contained in:
parent
8a5605827f
commit
00a8329934
@ -4,12 +4,14 @@ import pangu from './plugin/pangu.min';
|
||||
import minimatch from './plugin/minimatch';
|
||||
import * as be from './plugin/beautify';
|
||||
import * as ss from './plugin/stylesheet';
|
||||
import * as rda from './plugin/readability';
|
||||
|
||||
const plugins = {
|
||||
pangu : pangu,
|
||||
minimatch: minimatch,
|
||||
beautify : be,
|
||||
style : ss,
|
||||
reability: rda,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user