mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
✨ Feature(custom): optimize some setting description
This commit is contained in:
@@ -204,7 +204,7 @@ const checkForUpdates = async () => {
|
||||
}
|
||||
} catch (err: any) {
|
||||
console.error('Failed to check for updates:', err)
|
||||
error.value = err.message || t('update.checkError')
|
||||
error.value = t('update.checkError') + String(err ? `: ${err}` : '')
|
||||
} finally {
|
||||
checking.value = false
|
||||
}
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
"startup": {
|
||||
"autoLaunch": {
|
||||
"title": "Auto-launch on startup",
|
||||
"description": "Automatically start OpenList service when the application launches"
|
||||
"description": "Automatically start OpenList core when the computer starts"
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
"startup": {
|
||||
"autoLaunch": {
|
||||
"title": "开机自启",
|
||||
"description": "应用程序启动时自动启动 OpenList 服务"
|
||||
"description": "开机自动启动 OpenList 核心"
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
|
||||
Reference in New Issue
Block a user