change name

This commit is contained in:
Julian Freeman
2026-02-22 18:37:51 -04:00
parent 74fe954478
commit 48d9c6e240
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "Translate Gemma Client", "title": "Translate Gemma 客户端",
"width": 1400, "width": 1400,
"height": 900 "height": 900
} }

View File

@@ -474,9 +474,8 @@ const translate = async () => {
{{ settings.ollamaApiAddress }} {{ settings.ollamaApiAddress }}
</div> </div>
<div class="text-[10px] text-slate-400 dark:text-slate-500"> <div class="text-[10px] text-slate-400 dark:text-slate-500">
GemmaTrans v{{ pkg.version }} Client v{{ pkg.version }}
</div> </div>
</footer> </footer>
</div> </div>
</template> </template>