Rebase
This commit is contained in:
parent
82d2cc5bd6
commit
43fa503dcf
@ -1,3 +1,4 @@
|
|||||||
|
const shared = require(global.__dirname+'/../js/shared');
|
||||||
$(function() {
|
$(function() {
|
||||||
const Config = require('electron-config');
|
const Config = require('electron-config');
|
||||||
const config = new Config();
|
const config = new Config();
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
const shared = require(global.__dirname+'/../js/shared');
|
||||||
$(function() {
|
$(function() {
|
||||||
const ipcRenderer = require('electron').ipcRenderer;
|
const ipcRenderer = require('electron').ipcRenderer;
|
||||||
ipcRenderer.send('pot_real_open', {x:"xx"});
|
ipcRenderer.send('pot_real_open', {x:"xx"});
|
||||||
@ -20,6 +21,4 @@ $(function() {
|
|||||||
$('body').on( "mouseenter",function () {
|
$('body').on( "mouseenter",function () {
|
||||||
$('.navbar').css('opacity',"1")
|
$('.navbar').css('opacity',"1")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
13
src/app/js/shared.js
Normal file
13
src/app/js/shared.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
var shared = {};
|
||||||
|
var test = "";
|
||||||
|
|
||||||
|
|
||||||
|
shared.setLog = (text)=>{
|
||||||
|
test = text;
|
||||||
|
}
|
||||||
|
shared.log = ()=>{
|
||||||
|
console.log(test);
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = shared;
|
0
src/controller/crawler/vivo.sx.js
Normal file
0
src/controller/crawler/vivo.sx.js
Normal file
Loading…
Reference in New Issue
Block a user