We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
确保你在提交功能建议之前仔细阅读了Hexo文档,Icarus用户指南,和GitHub issues来了解你的建议是否已经被他人提出过。
你的功能建议与某个使用问题相关么?请详述。
想加入google翻译的按钮, 就是可以直接选择将本页翻译成某语种的选择框,应该是调用google翻译API的。
描述你想要的解决方案
我在google翻译的设置中已经提交了申请调用,获得了代码,但是不知道该怎样加入themo之中使用
描述你考虑过的替代办法
同上,我获得的代码不知道怎么加入进去:
额外上下文
无
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你的功能建议与某个使用问题相关么?请详述。
想加入google翻译的按钮, 就是可以直接选择将本页翻译成某语种的选择框,应该是调用google翻译API的。
描述你想要的解决方案
我在google翻译的设置中已经提交了申请调用,获得了代码,但是不知道该怎样加入themo之中使用
描述你考虑过的替代办法
同上,我获得的代码不知道怎么加入进去:
<script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> <script type="text/javascript" src="//[translate.google.com/translate_a/element.js?cb=googleTranslateElementInit](https://www.google.com/url?q=http://translate.google.com/translate_a/element.js?cb%3DgoogleTranslateElementInit&sa=D&source=editors&ust=1697101678692139&usg=AOvVaw3d5KPzkEq47Ww07GHB6Oyg)"></script>额外上下文
无
The text was updated successfully, but these errors were encountered: