Commit 6741354
committed
refactor: rename display transition config
1. Rename the display configuration key from "transition-step-interval"
to "transition-min-step-interval" in org.deepin.Display.json
2. Keep the existing default value, permissions, and visibility
unchanged
3. Clarify that this setting represents the minimum interval between
transition steps, improving naming accuracy and reducing ambiguity for
future configuration usage and maintenance
Influence:
1. Verify that any component reading this display configuration can
resolve the renamed key correctly
2. Test display transition behavior to confirm the configured interval
still takes effect as expected
3. Check backward compatibility or migration handling if any existing
environment still depends on the old key name
4. Validate that configuration loading does not report missing-key or
invalid-schema errors
refactor: 重命名显示过渡配置项
1. 将 org.deepin.Display.json 中的显示配置键从 "transition-step-
interval" 重命名为 "transition-min-step-interval"
2. 保持原有默认值、权限和可见性不变
3. 通过更准确的命名明确该配置表示过渡步骤之间的最小时间间隔,减少歧义,
便于后续配置使用与维护
Influence:
1. 验证所有读取该显示配置的组件都能正确识别重命名后的键
2. 测试显示过渡行为,确认该时间间隔配置仍能按预期生效
3. 检查向后兼容或迁移处理,确认现有环境若依赖旧键名时不会出现异常
4. 验证配置加载过程不会出现缺失键或模式不匹配等错误
PMS: BUG-358023
Change-Id: I5082b93e00aca72a30cec387ffefcab0d2968fd31 parent b098062 commit 6741354
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments