mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Format source.
This commit is contained in:
parent
fe80188280
commit
68ec2013da
@ -11,7 +11,7 @@ const plugins = {
|
||||
minimatch: minimatch,
|
||||
beautify : be,
|
||||
style : ss,
|
||||
reability: rda,
|
||||
rdability: rda,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@ -33,10 +33,10 @@ export default class PureRead extends AdapteSite {
|
||||
pangu : plugin.pangu,
|
||||
beautify : plugin.beautify,
|
||||
stylesheet: plugin.style,
|
||||
reability : plugin.reability,
|
||||
rdability : plugin.rdability,
|
||||
};
|
||||
super.SetMinimatch( this.plugin.minimatch );
|
||||
super.SetRdability( this.plugin.reability );
|
||||
super.SetRdability( this.plugin.rdability );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user