yuhaowin
yuhaowin
> > 苹果不会开放 API 的吧,不过可以调用 “聚焦搜索”,不知是否可行 > > 有:https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/DictionaryServicesProgGuide/access/access.html#//apple_ref/doc/uid/TP40006152-CH5-SW1 > > 我最近太忙了,好多事情要做。否则我直接就加了。 期待
#!/usr/bin/swift import Foundation if (CommandLine.argc < 2) { print("Usage: dictionary word") }else{ let argument = CommandLine.arguments[1] let result = DCSCopyTextDefinition(nil, argument as CFString, CFRangeMake(0, argument.count))?.takeRetainedValue() as String? print(result ?? "")...
可以支持 苹果自带运动么?
你需要修改 python 脚本中字典的路径
点赞,支持开放该接口,用于将收藏的单词通过 http 发送保存到欧路等词典。
embrace pull requests.
I have the same issues. My docker file is following: ``` FROM selenium/standalone-chrome:122.0 ENV SE_NODE_OVERRIDE_MAX_SESSIONS true ENV SE_NODE_MAX_SESSIONS 5 ENV SE_DRAIN_AFTER_SESSION_COUNT 5 ENV SE_NODE_SESSION_TIMEOUT 6 ENV SE_SESSION_RETRY_INTERVAL 2 ENV SE_SESSION_REQUEST_TIMEOUT...
provide a demo that can be repeated.
我也需要这个功能,无奈尝试写了个[小插件](https://github.com/yuhaowin/youdao-wordbook-bob-plugin),不做翻译,只是把单词同步到单词本中。 另外,想请问一下可以在 Bob 中获取到接口的 cookie 么? @ripperhe
@ripperhe 谢谢,再次感谢你的回复。