feat(node): Move the node configuration to the server module

This commit is contained in:
web@ppanel
2025-01-14 14:41:34 +07:00
parent f90d4d2ce6
commit 7f0f5ce9db
49 changed files with 544 additions and 500 deletions
+21
View File
@@ -1,4 +1,24 @@
{
"config": {
"addTimeSlot": "Add Time Slot",
"communicationKey": "Communication Key",
"communicationKeyDescription": "Key for node communication to ensure data security",
"delete": "Delete",
"dynamicMultiplier": "Dynamic Multiplier",
"dynamicMultiplierDescription": "Dynamic Multiplier refers to processing pushed data with different multipliers for different nodes during different time periods.",
"endTime": "End Time",
"inputPlaceholder": "Enter",
"multiplier": "Multiplier",
"nodePullInterval": "Node Pull Interval",
"nodePullIntervalDescription": "Frequency (in seconds) for nodes to fetch data from the panel",
"nodePushInterval": "Node Push Interval",
"nodePushIntervalDescription": "Frequency for nodes to push data to the panel",
"reset": "Reset",
"save": "Save",
"saveSuccess": "Save Successful",
"startTime": "Start Time",
"timeSlot": "Time Slot"
},
"group": {
"actions": "Actions",
"cancel": "Cancel",
@@ -130,6 +150,7 @@
},
"tabs": {
"node": "Node",
"nodeConfig": "Node Configuration",
"nodeGroup": "Node Group"
}
}
-21
View File
@@ -18,26 +18,6 @@
"inviteCommissionPercentageDescription": "Default global commission distribution ratio; you can configure individual ratios in user management",
"saveSuccess": "Save Successful"
},
"node": {
"addTimeSlot": "Add Time Slot",
"communicationKey": "Communication Key",
"communicationKeyDescription": "Key for node communication to ensure data security",
"delete": "Delete",
"dynamicMultiplier": "Dynamic Multiplier",
"dynamicMultiplierDescription": "Dynamic Multiplier refers to processing pushed data with different multipliers for different nodes during different time periods.",
"endTime": "End Time",
"inputPlaceholder": "Enter",
"multiplier": "Multiplier",
"nodePullInterval": "Node Pull Interval",
"nodePullIntervalDescription": "Frequency (in seconds) for nodes to fetch data from the panel",
"nodePushInterval": "Node Push Interval",
"nodePushIntervalDescription": "Frequency for nodes to push data to the panel",
"reset": "Reset",
"save": "Save",
"saveSuccess": "Save Successful",
"startTime": "Start Time",
"timeSlot": "Time Slot"
},
"site": {
"logo": "Logo",
"logoDescription": "Used for displaying the logo in designated locations",
@@ -56,7 +36,6 @@
"tabs": {
"currency": "Currency",
"invite": "Invite",
"node": "Node",
"site": "Site",
"telegram": "Telegram",
"tos": "Terms of Service",