Conversation
plugins/russian/authortoday.ts
Outdated
| class AuthorToday implements Plugin.PluginBase { | ||
| id = 'AT'; | ||
| name = 'Автор Тудей'; | ||
| icon = 'src/ru/authortoday/icon.png'; | ||
| site = 'https://author.today'; | ||
| version = '1.0.0'; | ||
| apiUrl = 'https://api.author.today/v1/'; | ||
| version = '1.0.1'; |
There was a problem hiding this comment.
The webStorageUtilized flag is needed to access LocalStorage, SesesionStorage
There was a problem hiding this comment.
Oh, then I think we can add that lfag in app side, by checking plugin requries
There was a problem hiding this comment.
I've already added this.
https://github.com/LNReader/lnreader/blob/89a1b7265734d3512e1277d727629d9d2d923487/src/plugins/types/index.ts#L70
https://github.com/LNReader/lnreader/blob/89a1b7265734d3512e1277d727629d9d2d923487/src/screens/WebviewScreen/WebviewScreen.tsx#L26
https://github.com/LNReader/lnreader/blob/89a1b7265734d3512e1277d727629d9d2d923487/src/screens/WebviewScreen/WebviewScreen.tsx#L49-L60
|
Plugins which use storage cant be used for now, they requires next version of app |
Added database, cookie manager for plugins
Added copying from webview localstorage, sessionStorage
Depends on lnreader/lnreader#986
author.today added authorization support
ranobelib rewritten for the new version of the site (closes #938)