feat(config): Add application selection and encryption settings to configuration form

This commit is contained in:
web@ppanel
2025-01-20 20:17:49 +07:00
parent 28f8c78963
commit 88b3504735
5 changed files with 148 additions and 19 deletions
+6
View File
@@ -26,6 +26,12 @@
"editApp": "Edit App",
"nameDescription": "Application name, displayed in the app list",
"platform": "Platform",
"selectApp": "Select App",
"selectAppDescription": "Select the app to configure, all settings will apply to the selected app",
"communicationKey": "Communication Key",
"communicationKeyDescription": "Key used for client communication",
"encryption": "Encryption Method",
"encryptionDescription": "Choose the encryption method for client communication. If selected, the client will use this method to communicate with the server",
"startupPicture": "Startup Picture",
"startupPictureDescription": "Startup picture, supports network and local images. For network images, please enter the complete image URL",
"startupPicturePreview": "Startup Picture Preview",