feat: PWA prompt

This commit is contained in:
zerosoul
2022-05-11 22:25:07 +08:00
parent 5728cae112
commit 360575bc08
6 changed files with 157 additions and 8 deletions
+2 -2
View File
@@ -23,6 +23,7 @@ import SettingPage from "./setting";
import SettingChannelPage from "./settingChannel";
import toast from "react-hot-toast";
import ResourceManagement from "./resources";
import Manifest from "../common/component/Manifest";
const PageRoutes = () => {
const {
@@ -128,10 +129,9 @@ export default function ReduxRoutes() {
// };
return (
<Provider store={store}>
{/* <PersistGate loading={null} persistor={persistStore(store)}> */}
<Manifest />
<Meta />
<PageRoutes />
{/* </PersistGate> */}
</Provider>
);
}