change sqlite backend; upgrade electron; fix ipc file cannot listen in macOS

This commit is contained in:
geekgeekrun
2026-01-21 02:56:42 +08:00
parent c23d590052
commit afe8a820c1
7 changed files with 494 additions and 587 deletions
+4 -4
View File
@@ -48,10 +48,10 @@
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@inquirer/prompts": "^7.0.1",
"@inquirer/select": "^4.0.1",
"@geekgeekrun/dingtalk-plugin": "workspace:*",
"@geekgeekrun/geek-auto-start-chat-with-boss": "workspace:*",
"@inquirer/prompts": "^7.0.1",
"@inquirer/select": "^4.0.1",
"@puppeteer/browsers": "^2.11.0",
"@rushstack/eslint-patch": "^1.7.1",
"@types/lodash": "^4.17.23",
@@ -64,7 +64,7 @@
"@vue/eslint-config-typescript": "^12.0.0",
"animate.css": "^4.1.1",
"cross-env": "^7.0.3",
"electron": "28.2.0",
"electron": "39.2.7",
"electron-builder": "^24.9.1",
"electron-vite": "^2.0.0",
"element-plus": "^2.8.4",
@@ -87,4 +87,4 @@
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
}
}
}