把配置改成下面这样
(use-package youdao-dictionary
:ensure t
:config
(setq youdao-dictionary-app-key "你的app key")
(setq youdao-dictionary-secret-key "你的 secret key"))
ps: 保护好自己的密钥
把配置改成下面这样
(use-package youdao-dictionary
:ensure t
:config
(setq youdao-dictionary-app-key "你的app key")
(setq youdao-dictionary-secret-key "你的 secret key"))
ps: 保护好自己的密钥