feat: 增加关闭自动更新的开关 (#283)
* Add Web Client Auto Update feature with localization support - Introduced a new setting for automatic updates of the web client, available in both English and Chinese. - Added a new component for managing the auto-update feature in the settings overview. - Updated localization files to include descriptions and titles for the new feature. * chore: Update to v0.9.38
This commit is contained in:
@@ -144,6 +144,12 @@
|
||||
"desc": "By default all server members can see each other. If you want server members to add and manage their own contacts, please enable the contact feature (admin will be in the contacts list by default).",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable"
|
||||
},
|
||||
"webclient_auto_update": {
|
||||
"title": "Web Client Auto Update",
|
||||
"desc": "If enabled, the web client will automatically update to the latest version. ⚠️ This feature is designed for advanced users only. Disabling it may prevent you from receiving the latest bug fixes and feature updates.",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
|
||||
@@ -142,6 +142,12 @@
|
||||
"desc": "关闭:服务器内的所有成员能够互相看见;开启:通过搜索添加好友(管理员默认是所有人好友)",
|
||||
"enable": "开启",
|
||||
"disable": "关闭"
|
||||
},
|
||||
"webclient_auto_update": {
|
||||
"title": "前端自动更新",
|
||||
"desc": "开启后,网页客户端将自动更新到最新版本。⚠️ 此功能仅为高级用户设计,关闭后可能无法接收到最新的 bug 修复、web 功能更新等",
|
||||
"enable": "开启",
|
||||
"disable": "关闭"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
|
||||
Reference in New Issue
Block a user