mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
deploy to github pages d1c579948f7a69d2934bc651f6f955334d6d4362
This commit is contained in:
parent
bc5dd1487c
commit
f00dedea33
@ -1 +1 @@
|
|||||||
{"name":"PPTist","short_name":"PPTist","theme_color":"#d14424","icons":[{"src":"icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},{"src":"icons/android-chrome-maskable-192x192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},{"src":"icons/android-chrome-maskable-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":".","display":"standalone","background_color":"#000000","file_handlers":[{"action":"/","accept":{"application/vnd.pptist":[".pptist"]}}]}
|
{"name":"PPTist","short_name":"PPTist","theme_color":"#d14424","icons":[{"src":"icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},{"src":"icons/android-chrome-maskable-192x192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},{"src":"icons/android-chrome-maskable-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":".","display":"standalone","background_color":"#000000","file_handlers":[{"action":"/","accept":{"application/vnd.pptist":".pptist","*/*":".pptist","application/vnd.openxmlformatsofficedocument.presentationml.presentation":".pptx"}}]}
|
@ -88,7 +88,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|||||||
"url": "js/chunk-vendors.2852a113.js"
|
"url": "js/chunk-vendors.2852a113.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"revision": "87f04afd2712848a05815b89490b13f4",
|
"revision": "c53be630660507a94391d22923255936",
|
||||||
"url": "manifest.json"
|
"url": "manifest.json"
|
||||||
}
|
}
|
||||||
]);
|
]);
|
@ -14,7 +14,7 @@
|
|||||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||||
|
|
||||||
importScripts(
|
importScripts(
|
||||||
"precache-manifest.6be64323cb0a9706884ce5006ffe68bb.js"
|
"precache-manifest.7138177c63e29cae380c773034ab752e.js"
|
||||||
);
|
);
|
||||||
|
|
||||||
workbox.core.setCacheNameDetails({prefix: "pptist"});
|
workbox.core.setCacheNameDetails({prefix: "pptist"});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user