[🛠️ Fix] Issue #32 & #33

1. [/] 为 Revive 元素添加了自定义事件触发, 从而正确处理 Remount 发生时的情况
2. [/] 为 Input 元素添加了正确的 onSubmit 事件处理
This commit is contained in:
Minoricew
2025-06-22 22:24:36 +08:00
parent d5b4c4b61e
commit 2ff4a28b70
7 changed files with 66 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ const createWsWindow = (electron) => {
frame: false,
skipTaskbar: true,
transparent: true,
alwaysOnTop: true,
alwaysOnTop: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
@@ -21,6 +21,7 @@ const createWsWindow = (electron) => {
});
window.setIgnoreMouseEvents(true);
window.minimize();
window.loadFile(
path.join(
__dirname,