sync version
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
} from 'lucide-vue-next';
|
||||
import { fetch } from '@tauri-apps/plugin-http';
|
||||
import { useSettingsStore, LANGUAGES, DEFAULT_TEMPLATE } from './stores/settings';
|
||||
import pkg from '../package.json';
|
||||
import { clsx, type ClassValue } from 'clsx';
|
||||
import { twMerge } from 'tailwind-merge';
|
||||
|
||||
@@ -449,7 +450,7 @@ const translate = async () => {
|
||||
{{ settings.ollamaApiAddress }}
|
||||
</div>
|
||||
<div class="text-[10px] text-slate-400">
|
||||
GemmaTrans v0.1.0
|
||||
GemmaTrans v{{ pkg.version }}
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user