mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
Updates:
-Key file path in encrypt.js -Rename page title
This commit is contained in:
parent
5d778744ac
commit
fe4cec0adb
@ -16,7 +16,7 @@
|
||||
<meta name="theme-color" content="#007aff"><!--content="#44c950"-->
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<title>Comida Cab</title>
|
||||
<title>Main Base App</title>
|
||||
<% if (process.env.TARGET === 'web') { %>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { dbConfig } from './key';
|
||||
import { dbConfig } from './key-base';
|
||||
import * as localforage from "localforage";
|
||||
import CryptoJS from 'crypto-js';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user