youdao-dictionary.el 如何设置API?

把配置改成下面这样

(use-package youdao-dictionary
  :ensure t
  :config
  (setq youdao-dictionary-app-key "你的app key")
  (setq youdao-dictionary-secret-key "你的 secret key"))

Emacs 插件开发手册

ps: 保护好自己的密钥

1 个赞