Users need to set service URLs that vary by environment, often requiring only the replacement of one variable. Currently, the tool does not support using existing environment variables for concatenation when setting parameter values.
**Is your feature request related to a problem? Please describe.** 某个服务的url在不同环境可能有不同格式,变量名定义成{service_name}_endpoint,其中大部分环境可能遵从某一个固定格式,例如{service_name}.{env_name}.XXX.com。 我在使用{service_name}_endpoint时需要编辑具体的值,但实际上大部分局点只需要替换变量{env_name}的值就可以了。但是目前设置参数的值时不支持使用已有的环境变量 **Describe the solution you'd like** 环境变量的值设置时支持使用已有的环境变量进行拼接 **Describe alternatives you've considered** **Additional context** <img width="862" height="63" alt="Image" src="https://github.com/user-attachments/assets/c96740b3-d852-4176-abf0-9f2b2e8268cb" />