<!-- 这段文字不会显示在你的内容中。为了避免重复的信息,方便后续的检索,在提issue之前,请检查如下事项。如果是比较新手级别的问题,推荐到讨论区https://github.com/ctripcorp/apollo/discussions 提问 --> - [✅] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions) - [✅] 我已经搜索过[issues](https://github.com/ctripcorp/apollo/issues) - [✅] 我已经仔细检查过[FAQ](https://www.apolloconfig.com/#/zh/faq/common-issues-in-deployment-and-development-phase) **描述bug** 我有一个场景是需要编辑时,保存\n为纯文本,不要被识别为换行符,通过properties表格格式设置了\n的纯文本后,切换到properties文本进行编辑保存时,\n纯文本会变为换行符 **复现** 通过如下步骤可以复现: 1. 保存配置时,将\n变为文本保存成功 <img width="994" height="503" alt="Image" src="https://github.com/user-attachments/assets/1099a80e-3074-4a09-ab0c-45bdf8e4a576" /> <img width="796" height="76" alt="Image" src="https://github.com/user-attachments/assets/71ac38b3-9eb6-4d00-b860-ec7e96b40f64" /> 2. 切换到properties文本后,展示的效果也是\n <img width="266" height="404" alt="Image" src="https://github.com/user-attachments/assets/6515794a-d4ae-4526-aa3d-d7952dfcaaf7" /> 3. 但编辑properties文本保存后,切换到properties表格变为换行了,和我原来的文本含义不一样了 <img width="232" height="431" alt="Image" src="https://github.com/user-attachments/assets/c75f45fd-176a-4ade-ae05-7672b516360e" /> <img width="975" height="506" alt="Image" src="https://github.com/user-attachments/assets/33f883a3-3002-4569-822d-f2f9998bcaba" /> 6. **期望** 我想要实现,表格的\n文本形式,在properties文本进行编辑保存时,不被转为换行的效果 **截图** ### 额外的细节和日志 - 版本:1.6.0 - 错误日志 - 配置: - 平台和操作系统