feat: implement versioning system by extracting version from environment, git tags, or package.json, and display app version in MainLayout; enhance ConfigPage with search functionality and CodeMirror integration for YAML editing

This commit is contained in:
Supra4E8C
2025-12-12 19:10:09 +08:00
parent bae7ff8752
commit 7c0a2280a4
7 changed files with 406 additions and 43 deletions

View File

@@ -550,7 +550,11 @@
"status_save_failed": "Save failed",
"save_success": "Configuration saved successfully",
"error_yaml_not_supported": "Server did not return YAML. Verify the /config.yaml endpoint is available.",
"editor_placeholder": "key: value"
"editor_placeholder": "key: value",
"search_placeholder": "Search config... (Enter for next, Shift+Enter for previous)",
"search_no_results": "No results",
"search_prev": "Previous",
"search_next": "Next"
},
"system_info": {
"title": "Management Center Info",