fix: update supported languages and improve PDF editor functionality with multi file support
This commit is contained in:
@@ -100,7 +100,7 @@ self.addEventListener('fetch', (event) => {
|
||||
isLocal &&
|
||||
(url.pathname.endsWith('.html') ||
|
||||
url.pathname === '/' ||
|
||||
/^\/(en|fr|es|de|zh|zh-TW|vi|tr|id|it|pt|nl)(\/|$)/.test(url.pathname))
|
||||
/^\/(en|fr|es|de|zh|zh-TW|vi|tr|id|it|pt|nl|be)(\/|$)/.test(url.pathname))
|
||||
) {
|
||||
event.respondWith(networkFirstStrategy(event.request));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user