TheDesk Akane (16.1.0)
This commit is contained in:
@@ -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'
|
||||
});
|
||||
*/
|
||||
}
|
1
app/js/platform/tj-deck.js
Normal file
1
app/js/platform/tj-deck.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user