add: login page

This commit is contained in:
2025-07-05 05:47:53 +05:00
parent 7bb8fd0150
commit e21a51482a
11 changed files with 2627 additions and 149 deletions

View File

@ -75,6 +75,7 @@ const createWindow = async () => {
height: 728,
icon: getAssetPath('icon.png'),
webPreferences: {
webSecurity: false,
preload: app.isPackaged
? path.join(__dirname, 'preload.js')
: path.join(__dirname, '../../.erb/dll/preload.js'),