mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Update packaged archive to October 2022
Former-commit-id: 651365554e16d2e4bcbf5a2a3821d210515dc503
This commit is contained in:
parent
77284e89ba
commit
24898a7dc9
@ -1 +0,0 @@
|
||||
4e69600e158620955dc2d990874b512e41186bba
|
@ -0,0 +1 @@
|
||||
cc17dd1e4db031b3ffe3992c706a468fb74feebb
|
@ -52,9 +52,9 @@ var appstate = {};
|
||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['appVersion'] = "2.1.91"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_climate_change_mini_2022-09.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_climate_change_mini_2022-10.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_climate_change_mini_2022-09.zim (25-September-2022)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_climate_change_mini_2022-10.zim (27-October-2022)"; //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_Medicine2',
|
||||
|
Loading…
x
Reference in New Issue
Block a user