mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
deploy to github pages dd00189f240773314e0dae99e8265689fb8bc45e
This commit is contained in:
parent
686a8db42c
commit
739f0844ad
@ -1 +1 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="renderer" content="webkit"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="favicon.ico"><![endif]--><title>PPTIST - 在线演示文稿</title><link href="css/app.c6cf356d.css" rel="preload" as="style"><link href="css/chunk-vendors.b378fd02.css" rel="preload" as="style"><link href="js/app.758b393b.js" rel="preload" as="script"><link href="js/chunk-vendors.e652e3ba.js" rel="preload" as="script"><link href="css/chunk-vendors.b378fd02.css" rel="stylesheet"><link href="css/app.c6cf356d.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"><link rel="manifest" href="manifest.json"><meta name="theme-color" content="#d14424"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="PPTist"><link rel="apple-touch-icon" href="icons/apple-touch-icon-152x152.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but pptist doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>document.oncontextmenu = e => e.preventDefault()</script><script src="js/chunk-vendors.e652e3ba.js"></script><script src="js/app.758b393b.js"></script></body></html>
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="renderer" content="webkit"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="favicon.ico"><![endif]--><title>PPTIST - 在线演示文稿</title><link href="css/app.c6cf356d.css" rel="preload" as="style"><link href="css/chunk-vendors.b378fd02.css" rel="preload" as="style"><link href="js/app.8115e95a.js" rel="preload" as="script"><link href="js/chunk-vendors.e652e3ba.js" rel="preload" as="script"><link href="css/chunk-vendors.b378fd02.css" rel="stylesheet"><link href="css/app.c6cf356d.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"><link rel="manifest" href="manifest.json"><meta name="theme-color" content="#d14424"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="PPTist"><link rel="apple-touch-icon" href="icons/apple-touch-icon-152x152.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but pptist doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>document.oncontextmenu = e => e.preventDefault()</script><script src="js/chunk-vendors.e652e3ba.js"></script><script src="js/app.8115e95a.js"></script></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
js/app.8115e95a.js.map
Normal file
1
js/app.8115e95a.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
||||
{
|
||||
"revision": "d8f84554ee11cd59f356",
|
||||
"revision": "d74b11812158eb7d81b9",
|
||||
"url": "css/app.c6cf356d.css"
|
||||
},
|
||||
{
|
||||
@ -76,12 +76,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
||||
"url": "icons/favicon-32x32.png"
|
||||
},
|
||||
{
|
||||
"revision": "0e1bdd37cfbdff841a5edc265637113a",
|
||||
"revision": "249c84344e315b31983372e5c9ca5675",
|
||||
"url": "index.html"
|
||||
},
|
||||
{
|
||||
"revision": "d8f84554ee11cd59f356",
|
||||
"url": "js/app.758b393b.js"
|
||||
"revision": "d74b11812158eb7d81b9",
|
||||
"url": "js/app.8115e95a.js"
|
||||
},
|
||||
{
|
||||
"revision": "8ef45e18a6d2c912a0da",
|
@ -1,34 +0,0 @@
|
||||
/**
|
||||
* Welcome to your Workbox-powered service worker!
|
||||
*
|
||||
* You'll need to register this file in your web app and you should
|
||||
* disable HTTP caching for this file too.
|
||||
* See https://goo.gl/nhQhGp
|
||||
*
|
||||
* The rest of the code is auto-generated. Please don't update this file
|
||||
* directly; instead, make changes to your Workbox build configuration
|
||||
* and re-run your build process.
|
||||
* See https://goo.gl/2aRDsh
|
||||
*/
|
||||
|
||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||
|
||||
importScripts(
|
||||
"precache-manifest.e20f073ea434f5fb18d904674c69178b.js"
|
||||
);
|
||||
|
||||
workbox.core.setCacheNameDetails({prefix: "pptist"});
|
||||
|
||||
self.addEventListener('message', (event) => {
|
||||
if (event.data && event.data.type === 'SKIP_WAITING') {
|
||||
self.skipWaiting();
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
||||
* requests for URLs in the manifest.
|
||||
* See https://goo.gl/S9QRab
|
||||
*/
|
||||
self.__precacheManifest = [].concat(self.__precacheManifest || []);
|
||||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
15
sw.js
Normal file
15
sw.js
Normal file
@ -0,0 +1,15 @@
|
||||
importScripts("precache-manifest.99f45a5a18d81c1f34e55d2c2a746959.js", "https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||
|
||||
workbox.core.setCacheNameDetails({
|
||||
prefix: 'pptist',
|
||||
})
|
||||
|
||||
workbox.skipWaiting()
|
||||
workbox.clientsClaim()
|
||||
|
||||
workbox.precaching.precacheAndRoute(self.__precacheManifest || [])
|
||||
|
||||
workbox.routing.registerRoute(
|
||||
new RegExp('.*/.*'),
|
||||
workbox.strategies.networkFirst()
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user