Commit Graph
3 Commits
Author SHA1 Message Date
sorrow404null 437e4a3213 perf(webview2): avoid queuing fire-and-forget scripts 2026-09-19 23:45:16 +08:00
sorrow404null 156f94e840 fix(webview2): fall back to byte[] assembly load and guard instance lock
Assembly.LoadFrom can fail on volumes .NET misclassifies as remote; fall back to Assembly.Load(byte[]). Broaden exception handling to BaseException for pythonnet, and skip WebView2 warmup/taskkill when the instance lock is held by another process.
2026-09-17 16:40:03 +08:00
sorrow404null a7412824e0 chore: import original project baseline
Import the pre-repair source tree as the history baseline.
Runtime data (data/), virtualenvs, bytecode caches and logs are
gitignored so local secrets and user state stay out of the repo.
2026-09-17 16:40:01 +08:00