Replies: 2 comments 3 replies
-
谢谢分享! |
Beta Was this translation helpful? Give feedback.
0 replies
-
把设置改成win: 'weblioCJJC'可以打开网页,问下用上面方法可以唤起goldendict吗,用ai改了几次代码都没成功启动'goldendict': 'file:///D:/GoldenDict/GoldenDict-NG/GoldenDict.exe%20{query}',或者有什么其他设置方法吗? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
clutter.zip
下载并解压文件,放入一个稳定的文件夹,并记住文件路径
注册表修改
URL: Eudic Protocol
;并左键单击新建→字符串值,命名为URL Protocol
;在 计算机\HKEY_CLASSES_ROOT\eudic 内左键单击→项,命名为 shell;open
;新建项open
;command
;新建项command
;wscript.exe "C:\VariousTools\clutter\run_eudic.vbs" "%1"
,其中路径修改为 .vps 文件的路径;以上数据类型都是REG_SZ修改 .bat 文件与 .vbs 文件
效果
https://github.com/user-attachments/assets/ee88a49f-80c2-4b01-9a24-af417ec03405
此外,如果需要在安卓手机上跳转 Takoboto 应用查词,可添加深链接:
intent:#Intent;package=jp.takoboto;action=jp.takoboto.SEARCH;S.q={query};end
参考了 https://linux.do/t/topic/165992
Beta Was this translation helpful? Give feedback.
All reactions