Skip to content
New issue

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展现一个远程网页,发现对于<a href="xxx" target="_blank"> 这种超链,Mac上点击没有任何反应。 #948

Open
1 of 2 tasks
matrixxun opened this issue Mar 31, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@matrixxun
Copy link

matrixxun commented Mar 31, 2025

Search before asking

  • 我在 issues 列表中搜索,没有找到类似的内容。
    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?

  • I'm willing to submit a PR!
@matrixxun matrixxun added the enhancement New feature or request label Mar 31, 2025
@baliya367
Copy link

This fix in another issue and it might help you click

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants