RuliaReader / Rulia

This is a manga reader. It gives you different feeling. Give it a shot.
https://lancercomet.com/rulia
124 stars 0 forks source link

[Plugin] Add app version detection for plugin #108

Closed LancerComet closed 6 months ago

LancerComet commented 6 months ago

Now you can add requestedVersion to the package.json in each plugin:

"requestedVersion": "0.15.0"  // Only the app >= 0.15.0 can install this plugin.
LancerComet commented 6 months ago

Done