mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-19 01:13:31 -04:00
Update packaged archive
Former-commit-id: c5cb4527dee0380b87ec6698fad014b009a660a7 [formerly e938ee00788e2621b148baef83d0b8ae6b827e81] [formerly f303547a910fea308062e9fe74f4f1cd0ee30f64] [formerly 911e4bf162acdec40b80afd1199d9c9850dc6323 [formerly 9631c6031724ffe64c48cbf1428fa82ec934d1b2 [formerly 8a76de566a72fbb07e66cd7be69a1327da40bbe0]]] Former-commit-id: b100ddf3cc440aa48bdf79d032a1d13b40b9f1ce [formerly 755b56987e3dff2e275298b8b353bd35d8e4217f [formerly b8368db38daebde6c77a1ceb44574e12818228e7]] Former-commit-id: 6a4f600ddf2be39c7be0fa568196b8506c83ff5a [formerly 52429b67519afe22857168362f964e2082a99924] Former-commit-id: 715e541db2754aef87955b69e53b9419a74ec210
This commit is contained in:
parent
ad946d51fa
commit
372921287e
@ -1 +0,0 @@
|
||||
4a5cfccadf8241de0d64ed43633c7559afab20cd
|
@ -0,0 +1 @@
|
||||
d7839d3a68ff29fee29325b8617c4ffdc7f8f179
|
@ -50,11 +50,11 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['appVersion'] = "1.9.5"; //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
|
||||
params['appVersion'] = "1.9.6"; //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-02.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-03.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-02.zim (18-Feb-2022)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_climate_change_mini_2022-03.zim (21-March-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