update something

This commit is contained in:
dharm pimsen 2024-10-05 12:29:50 +07:00
parent 88b34deda6
commit 6457ef66c3
3 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#main { #main {
display: none; display: none;
height: calc(100% - 22px); height: calc(100% - 22px);
background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
width: 100%; width: 100%;
position: absolute; position: absolute;
z-index: 10; z-index: 10;

View File

@ -30,6 +30,7 @@ remote.getCurrentWebContents().on('devtools-opened', () => {
console.log('%cThe console is dark and full of terrors.', 'color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold') console.log('%cThe console is dark and full of terrors.', 'color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold')
console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.', 'font-size: 16px') console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.', 'font-size: 16px')
console.log('%cUnless you know exactly what you\'re doing, close this window.', 'font-size: 16px') console.log('%cUnless you know exactly what you\'re doing, close this window.', 'font-size: 16px')
console.log("%cCheckout DPSoftware Foundation at dpsoftwarefoundation.org", 'font-size: 16px')
}) })
// Disable zoom, needed for darwin. // Disable zoom, needed for darwin.

1
run.bat Normal file
View File

@ -0,0 +1 @@
npm run start