新增最近联系人功能

This commit is contained in:
eoao
2025-10-10 22:22:00 +08:00
parent 8ee140743a
commit 1b441774a4
10 changed files with 238 additions and 28 deletions

View File

@@ -669,7 +669,7 @@ defineOptions({
name: 'sys-setting'
})
const currentVersion = 'v2.1.0'
const currentVersion = 'v2.2.0'
const hasUpdate = ref(false)
let getUpdateErrorCount = 1;
const {t, locale} = useI18n();