modernize

- update react
- get rid of componentWillReceiveProps
- add service worker and fix pwa issues
This commit is contained in:
xmcp
2019-08-20 00:44:28 +08:00
parent 3aa1881c55
commit 18b44fbe21
7 changed files with 9169 additions and 7248 deletions

View File

@@ -15,6 +15,6 @@
],
"start_url": "../",
"display": "standalone",
"theme_color": "#112244",
"background_color": "#112244"
"theme_color": "#333333",
"background_color": "#333333"
}