mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
feat(admin): add Custom ID/Original ID display with copy actions
This commit is contained in:
2
public/assets/admin/assets/index.css
vendored
2
public/assets/admin/assets/index.css
vendored
File diff suppressed because one or more lines are too long
20
public/assets/admin/assets/index.js
vendored
20
public/assets/admin/assets/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
||||
title: 'Xboard',
|
||||
version: '1.0.0',
|
||||
logo: 'https://xboard.io/i6mages/logo.png',
|
||||
secure_path: '/ea25d015',
|
||||
secure_path: '/afbced4e',
|
||||
}
|
||||
</script>
|
||||
<script src="./locales/en-US.js"></script>
|
||||
|
||||
6
public/assets/admin/locales/en-US.js
vendored
6
public/assets/admin/locales/en-US.js
vendored
@@ -2037,6 +2037,8 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"disk": "Disk Usage",
|
||||
"lastUpdate": "Last Updated"
|
||||
},
|
||||
"customId": "Custom ID",
|
||||
"originalId": "Original ID",
|
||||
"type": "Type",
|
||||
"actions": "Actions",
|
||||
"copyAddress": "Copy Connection Address",
|
||||
@@ -2081,7 +2083,9 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"label": "Base Rate",
|
||||
"error": "Base rate is required",
|
||||
"error_numeric": "Base rate must be a number",
|
||||
"error_gte_zero": "Base rate must be greater than or equal to 0"
|
||||
"error_gte_zero": "Base rate must be greater than or equal to 0",
|
||||
"child_node_tooltip": "Child node's base rate is inherited from parent node and cannot be set separately",
|
||||
"child_node_note": "Child node rate inherited from parent"
|
||||
},
|
||||
"dynamic_rate": {
|
||||
"section_title": "Dynamic Rate Configuration",
|
||||
|
||||
6
public/assets/admin/locales/zh-CN.js
vendored
6
public/assets/admin/locales/zh-CN.js
vendored
@@ -2004,6 +2004,8 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"disk": "磁盘使用",
|
||||
"lastUpdate": "最后更新"
|
||||
},
|
||||
"customId": "自定义ID",
|
||||
"originalId": "原始ID",
|
||||
"type": "类型",
|
||||
"actions": "操作",
|
||||
"copyAddress": "复制连接地址",
|
||||
@@ -2048,7 +2050,9 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"label": "基础倍率",
|
||||
"error": "基础倍率不能为空",
|
||||
"error_numeric": "基础倍率必须是数字",
|
||||
"error_gte_zero": "基础倍率必须大于或等于0"
|
||||
"error_gte_zero": "基础倍率必须大于或等于0",
|
||||
"child_node_tooltip": "子节点的基础倍率继承自父节点,无法单独设置",
|
||||
"child_node_note": "子节点倍率继承自父节点"
|
||||
},
|
||||
"dynamic_rate": {
|
||||
"section_title": "动态倍率配置",
|
||||
|
||||
Reference in New Issue
Block a user