update:兼容arm架构字体

This commit is contained in:
hrz
2026-01-28 11:02:17 +08:00
parent 9909045f9d
commit 07b686be14
4 changed files with 8 additions and 11 deletions
@@ -235,7 +235,7 @@ function showAbout() {
title: t('settings.aboutApp', { appName: import.meta.env.VITE_APP_TITLE }),
content: t('settings.aboutContent', {
appName: import.meta.env.VITE_APP_TITLE,
version: '0.8.11'
version: '0.9.1'
}),
showCancel: false,
confirmText: t('common.confirm'),