feat: p4k 分流使提示使用外部浏览器打开

This commit is contained in:
2025-03-01 11:39:34 +08:00
parent a902bf82a0
commit d65eb82ece
2 changed files with 6 additions and 10 deletions

View File

@ -27,3 +27,6 @@ asar = "0.3.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.60.0", features = ["Win32_UI_WindowsAndMessaging"] }
win32job = "2"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }