This commit is contained in:
恍兮惚兮 2024-08-03 12:32:41 +08:00
parent 65ec6fa62a
commit 55fc207a49
3 changed files with 29 additions and 61 deletions

View File

@ -188,6 +188,10 @@ function switchlang(lang) {
}
window.onpopstate = function (event) {
let url = window.location.href;
if (url.endsWith('.redirect')) {
window.location.href = url.substring(0, url.length - 9);
return
}
if (url.endsWith('/#/')) {
let lang = window.localStorage.currentlang ? window.localStorage.currentlang : 'zh'
window.location.href += lang + '/'

View File

@ -1,43 +0,0 @@
## 如何使用gemini免费 api
1. 去 https://aistudio.google.com/app/prompts/new_chat
2.
![img](https://image.lunatranslator.xyz/zh/gemini/344549401-33da8fae-fafb-4f88-afb1-967b91f7ca4b.png)
![img](https://image.lunatranslator.xyz/zh/gemini/344549459-b688a3be-5b2a-4d6a-bf56-dc7d45bc5ee9.png)
随便新建一个项目并生成 api key.
<hr>
打开 luna 翻译器
![img](https://image.lunatranslator.xyz/zh/gemini/344549959-4e18dec9-658c-4df1-a0e7-d2379503e604.png)
勾上,齿轮点开
![img](https://image.lunatranslator.xyz/zh/gemini/344550089-518d6afa-7818-445d-be16-5770d196b489.png)
<hr>
注意点:
1. 翻译 NSFW 内容会拒绝翻译
2. 频率高了会报错,需要等一会
但是是免费的。
模型可以选别的,但是 pro 的频率更低。
效果预览
![img](https://image.lunatranslator.xyz/zh/gemini/344550450-e4d25242-e679-45c5-8412-df07fc972843.png)
目前有下列模型
![img](https://image.lunatranslator.xyz/zh/gemini/344551043-a0b058b0-e7e8-49c2-a8a4-3201db78ddec.png)
<hr>
Reference: [asukaminato0721](https://github.com/HIllya51/LunaTranslator/issues/863)

View File

@ -1,24 +1,31 @@
**基本的**
- [简介](/zh/README.md)
- [下载和启动](/zh/start.md)
- [无法启动软件](/zh/cantstart.md)
- [基本用法](/zh/basicuse.md)
- [软件更新](/zh/update.md)
- [支持作者](/zh/support.md)
**常见问题**
- [一些实用的小功能](/zh/usefulsmalltools.md)
- [如何使用调试浏览器翻译](/zh/tiaoshiliulanqi.md)
- [各种翻译优化的作用](/zh/transoptimi.md)
- [在XP虚拟机上玩古老游戏并提取文本翻译](/zh/playonxp.md)
- [详解HOOK设置](/zh/hooksettings.md)
- [无法启动软件](/zh/cantstart.md)
- [各种文本处理方法的作用和用法](/zh/textprocess.md)
- [如何使用大模型离线翻译](/zh/offlinellm.md)
- [如何使用内嵌翻译](/zh/embedtranslate.md)
- [如何改善OCR模式体验](/zh/gooduseocr.md)
- [如何使用大模型API翻译](/zh/guochandamoxing.md)
- [mangaocr整合包无法启动怎么办](/zh/mangaocr.md)
- [OCR自动化执行方法的参数含义](/zh/ocrparam.md)
- [WindowsOCR如何安装额外的语言支持](/zh/windowsocr.md)
- [如何使用Mecab分词&词性颜色标注](/zh/qa1.md)
- [如何自动划词进anki](/zh/qa2.md)
- [如何使用gemini免费 api](/zh/qa4.md)
**详细的**
- [HOOK相关设置](/zh/hooksettings.redirect)
- [详解HOOK设置](/zh/hooksettings.md)
- [如何使用内嵌翻译](/zh/embedtranslate.md)
- [在XP虚拟机上玩古老游戏并提取文本翻译](/zh/playonxp.md)
- [OCR相关设置](/zh/ocrparam.redirect)
- [OCR自动化执行方法的参数含义](/zh/ocrparam.md)
- [WindowsOCR如何安装额外的语言支持](/zh/windowsocr.md)
- [mangaocr整合包无法启动怎么办](/zh/mangaocr.md)
- [如何改善OCR模式体验](/zh/gooduseocr.md)
- [翻译源设置](/zh/guochandamoxing.redirect)
- [如何使用大模型API翻译](/zh/guochandamoxing.md)
- [如何使用大模型离线翻译](/zh/offlinellm.md)
- [如何使用调试浏览器翻译](/zh/tiaoshiliulanqi.md)
- [文本处理&翻译优化](/zh/textprocess.redirect)
- [各种文本处理方法的作用和用法](/zh/textprocess.md)
- [各种翻译优化的作用](/zh/transoptimi.md)
- [分词&辞书](/zh/qa1.redirect)
- [如何使用Mecab分词&词性颜色标注](/zh/qa1.md)
- [Anki集成](/zh/qa2.md)
- [实用功能](/zh/usefulsmalltools.md)