(type: 'anime' | 'manga')
| 51 | } |
| 52 | |
| 53 | export function episode(type: 'anime' | 'manga') { |
| 54 | if (type === 'manga') return api.storage.lang('UI_Chapter'); |
| 55 | return api.storage.lang('UI_Episode'); |
| 56 | } |
| 57 | |
| 58 | export const syncRegex = |
| 59 | /(^settings\/.*|^updateCheckTime$|^tempVersion$|^local:\/\/|^list-tagSettings$)/; |