fix(composable): 修复文件操作反馈功能配置同步问题
- 导入 features 配置,使用命名导入 - 根据 features.feedback 动态控制"去反馈"按钮显示 - 根据配置动态调整提示文案(移除"前往意见反馈"提示) - 根据配置决定是否跳转反馈页面 - 修复 showModal cancelText 为 undefined 导致的参数错误 修复了当 feedback: false 时文件操作失败提示出现: "showModal:fail parameter error: parameter.cancelText should be String instead of Undefined" 影响文件: - src/composables/useFileOperation.js Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
1 changed file
with
15 additions
and
5 deletions
-
Please register or login to post a comment