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