KyleBing / typepad

玫枫跟打器:五笔跟打器(网页版)

Home Page:http://kylebing.cn/tools/typepad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

缺少js文件

vvk opened this issue · comments

commented

执行时会报错:typepad.js?v=2.66b2:76 Uncaught (in promise) TypeError: Failed to register a ServiceWorker: The URL protocol of the current origin ('null') is not supported.
在typepad.js中

if ('serviceWorker' in navigator){
         navigator.serviceWorker
            .register('/tools/typepad/typepad-sw.js?v=2.66b2')
            .then(()=>{
               console.log('Server Worker has registered');
            })
      }

缺少文件 /tools/typepad/typepad-sw.js