mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 03:37:12 -04:00
Update packaged app to wikipedia_en_100_maxi_2021-04
# Conflicts: # package.json Former-commit-id: 16fa0b15d9909dcaafb281654e6aa13a558dff39 [formerly 582d5501cedd4bd9c03fc90f3243554f64e85562] [formerly 478172c91e9a7282eef743eb83941777629e3089] [formerly 03ab438ddbada07f7a3f7f2381970c7e974c107f [formerly 8e0e3c947dd783c01ee5cf38abce13e1adb31954 [formerly 29662ef28186bd9f7405e942bce3472ebc49aaf7]]] Former-commit-id: be06586043afdf60801af3ad7023a1303253f59f [formerly 218822f92dc42d1e110a6246950310ecdd603ed6 [formerly 4e07d6915e6a53e267894a89d8dc96c18e47264c]] Former-commit-id: 5fc3ffdb59d7f31ffb49cbb65c6a956fbb3f8415 [formerly f292ffc8c53183d24986aec4f7c7baaf66ca428e] Former-commit-id: 873f776583c2f1a74215759c21d783cb9e348c7a
This commit is contained in:
parent
0600764dac
commit
6fa71b0c43
@ -51,9 +51,9 @@ var appstate = {};
|
||||
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/
|
||||
params['version'] = "1.2.5.22-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN serveice worker!! ********************/
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-04.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-03.zim (26-Mar-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-04.zim (26-Apr-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
// List of known start pages cached in the FS:
|
||||
params['cachedStartPages'] = {
|
||||
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine',
|
||||
|
Loading…
x
Reference in New Issue
Block a user