v0.7.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const CACHE = 'gree-controller-v071-quick-controls';
|
||||
const CACHE = 'gree-controller-v072-zone-config';
|
||||
const SCOPE = new URL(self.registration.scope).pathname.replace(/\/$/, '');
|
||||
const path = value => `${SCOPE}${value.startsWith('/') ? value : `/${value}`}` || '/';
|
||||
const ASSETS = [path('/'), path('/styles.css'), path('/app.js'), path('/theme-init.js'), path('/favicon.svg'), path('/manifest.webmanifest'), path('/lang/index.json'), path('/lang/en.json')];
|
||||
|
||||
Reference in New Issue
Block a user