change name to ai translate client

This commit is contained in:
Julian Freeman
2026-02-23 19:57:44 -04:00
parent 44c98f1d44
commit f183cccd5b
60 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "gemmatrans-client",
"productName": "ai-translate-client",
"version": "0.2.1",
"identifier": "top.volan.gemmatrans-client",
"identifier": "top.volan.ai-translate-client",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Translate Gemma 客户端",
"title": "AI 翻译客户端",
"width": 1400,
"height": 900
}