mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 13:47:30 +08:00
feat: optimize settings management and admin functionality
- Add system log cleanup functionality with batch processing - Optimize v2_settings table performance by unifying value storage - Add comprehensive client support list for one-click subscription - Fix QR code subscription links for specific node types - Fix route addition issues in admin management panel - Enhance admin system controller with log management APIs
This commit is contained in:
Vendored
+1
-1
@@ -1079,7 +1079,7 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"uri": "URI",
|
||||
"requestData": "Request Data",
|
||||
"exception": "Exception",
|
||||
"totalLogs": "Total logs: {{count}}",
|
||||
"totalLogs": "Total logs",
|
||||
"tabs": {
|
||||
"all": "All",
|
||||
"info": "Info",
|
||||
|
||||
Vendored
+1
-1
@@ -1095,7 +1095,7 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
|
||||
"uri": "URI",
|
||||
"requestData": "요청 데이터",
|
||||
"exception": "예외",
|
||||
"totalLogs": "총 로그 수: {{count}}",
|
||||
"totalLogs": "총 로그 수",
|
||||
"tabs": {
|
||||
"all": "전체",
|
||||
"info": "정보",
|
||||
|
||||
Vendored
+1
-1
@@ -1077,7 +1077,7 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"uri": "URI",
|
||||
"requestData": "请求数据",
|
||||
"exception": "异常信息",
|
||||
"totalLogs": "总日志数:{{count}}",
|
||||
"totalLogs": "总日志数",
|
||||
"tabs": {
|
||||
"all": "全部",
|
||||
"info": "信息",
|
||||
|
||||
Reference in New Issue
Block a user