mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-18 03:17:26 +00:00
feat: Enhance force update configuration with new options and multilingual support
- Added 'enabled_force_update' option in the [Utils] section of the configuration. - Updated the force_update_config() function to utilize the new option for determining update behavior. - Improved user feedback messages for force update status in English, Simplified Chinese, and Traditional Chinese locale files. - Ensured consistent messaging for enabling and disabling force updates.
This commit is contained in:
@@ -538,7 +538,9 @@
|
||||
"backup_created": "备份创建: {path}",
|
||||
"config_removed": "配置文件已删除用于强制更新",
|
||||
"backup_failed": "备份失败: {error}",
|
||||
"force_update_failed": "强制更新配置失败: {error}"
|
||||
"force_update_failed": "强制更新配置失败: {error}",
|
||||
"config_force_update_disabled": "配置文件强制更新已禁用,跳过强制更新",
|
||||
"config_force_update_enabled": "配置文件强制更新已启用,正在执行强制更新"
|
||||
},
|
||||
"oauth": {
|
||||
"authentication_button_not_found": "未找到认证按钮",
|
||||
|
||||
Reference in New Issue
Block a user