In the parameter management module, you can easily browse and understand the detailed information of all existing parameters. Whether it is daily maintenance or finding a specific configuration, here can help you get started quickly.
1. Browse the parameter list
📋 View all parameters
After entering the "Parameter Management" page, the system will automatically load all the parameters in the current system. They will be clearly presented in a table format, and each row is an independent parameter, which is convenient for you to view and operate item by item. The main information includes:
Parameter name: This is a user-friendly name used for interface display, so that you can see the purpose of the parameter at a glance.
Parameter key name: A unique identifier used for internal identification in the system, commonly used by developers.
Alias: Some parameters will set aliases for easy reference in different modules.
Parameter type: Specify the data format of the parameter, such as text, picture, number, etc. (see detailed description below).
System parameter: Mark whether this parameter is a core configuration of the system, which is usually not easily deleted.
Sorting: The smaller the number, the closer it is, which affects the display order of the front end or back end.
✅ Tips: You can use the search box at the top to quickly locate specific parameters and save time searching.
2. Parameter Type Description
The system supports multiple parameter types, which are flexible for different business scenarios. The following is a brief description of each type:
📝 Text type
Supports single-line or multi-line text content, suitable for simple fields such as titles and descriptions.
🖼️ Image type
Can upload image files, support online preview, commonly used for visual parameters such as icons and banners.
🔢 Number type
Supports input of integers or decimals, suitable for numerical parameters such as prices, weights, thresholds, etc.
🧩 JSON type
Used to configure structured data, such as configuration options, dynamic content structure, supports nesting and object arrays.
🌐 HTML type
HTML code can be directly entered, suitable for rich text content, such as graphic presentation, custom components, etc.