TheDesk Akane (16.1.0)

This commit is contained in:
cutls
2018-09-11 03:59:44 +09:00
parent 75fb2e202a
commit f381d71239
20 changed files with 460 additions and 868 deletions

View File

@@ -61,7 +61,10 @@
const {
shell
} = require('electron');
if(~url.indexOf("thedeks.top")){
//alert("If you recieve this alert, let the developer(Cutls@kirishima.cloud) know it with a screenshot.");
url="https://thedesk.top";
}
shell.openExternal(url);
} else {
@@ -184,9 +187,10 @@ ipc.on('shownotf', function (event, args) {
})
function opendev(){
var webview = document.getElementById("webview");
//webview.openDevTools();
webview.sendInputEvent({
webview.openDevTools();
/*webview.sendInputEvent({
type: "keyDown",
keyCode: '.'
keyCode: '2'
});
*/
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long