Former-commit-id: 7845ac1cfa57cb3d8dd7d81f175810f97d629499
This commit is contained in:
troyeguo
2020-09-10 17:06:10 +08:00
parent ac4224768d
commit 67700ee591
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import { PopupMenuProps, PopupMenuStates } from "./interface";
declare var window: any;
let _ = window.lodash;
let _ = window._;
class PopupMenu extends React.Component<PopupMenuProps, PopupMenuStates> {
highlighter: any;

View File

@@ -15,4 +15,4 @@ ReactDOM.render(
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.register();
serviceWorker.unregister();

View File

@@ -8,7 +8,7 @@ import DropboxUtil from "./syncUtils/dropbox";
import OndriveUtil from "./syncUtils/onedrive";
// import _ from "lodash";
let _ = (window as any).lodash;
let _ = (window as any)._;
let JSZip = (window as any).JSZip;
class BackupUtil {
static backup(