用过的卡片里有可以调用欧路的,请问是什么原理呢?想调用其他软件可以吗?怎么操作呢?
Using URI schemes
goldendict://word
link can be use to query a word directly on Goldendict.
On your Anki card’s template, you can add the code below to have a “1 click open in Goldendict” card.
<a href="goldendict://{{Front}}">{{Front}}</a>
Note that this feature doesn’t available on macOS
3 个赞
主要是利用了Intent机制,需要软件开发者提供相应的接口才行。
非常感谢,我对这个问题也很感兴趣