Open
Description
Search before asking
Motivation
我用Pake封装了DeepSeek的官网, 但是点击 target="_blank" 这种标签,比如: <a href="xxx" target="_blank">
调试时在Mac上无任何反应(Windows上没试过),求解法。
运行环境:
Macbook pro 13, M1芯片
MacOS 15.3.1
编译环境:
rust-version = "1.78.0"
serde_json = "1.0.134"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tauri = { version = "2.3.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy", "unstable"] }
tauri-plugin-window-state = "2.2.1"
tauri-plugin-oauth = "2.0.0"
tauri-plugin-http = "2.3.0"
tauri-plugin-global-shortcut = { version = "2.0.0-rc.2" }
tauri-plugin-shell = "2.2.0"
tauri-plugin-single-instance = "2.2.0"
tauri-plugin-notification = "2.2.1"
urlencoding = "2.1.0"
演示视频:
20250331-111806.mp4
Solution
No response
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!