Commit 5dd25fbe authored by antoor's avatar antoor

Adjust some details

一些细节的调整
parent 5f58a7d5
...@@ -90,7 +90,6 @@ class ViewSite { ...@@ -90,7 +90,6 @@ class ViewSite {
}).then((cookie) => { }).then((cookie) => {
let data = []; let data = [];
cookie.map((c, i) => { cookie.map((c, i) => {
window.C = c;
data.push({ data.push({
id: i + 1, id: i + 1,
data: [ data: [
...@@ -154,7 +153,7 @@ class ViewSite { ...@@ -154,7 +153,7 @@ class ViewSite {
webPreferences: { webPreferences: {
nodeIntegration: false, nodeIntegration: false,
}, },
title: 'AntSword.Store' title: this.opts.url
}); });
win.on('close', () => { win.on('close', () => {
win = null; win = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment