We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用Pake封装了DeepSeek的官网, 但是点击 target="_blank" 这种标签,比如: <a href="xxx" target="_blank"> 调试时在Mac上无任何反应(Windows上没试过),求解法。
<a href="xxx" target="_blank">
运行环境: 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"
演示视频:
No response
The text was updated successfully, but these errors were encountered:
This fix in another issue and it might help you click
Sorry, something went wrong.
No branches or pull requests
Search before asking
I searched in the issues and found nothing similar.
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?
The text was updated successfully, but these errors were encountered: