Conversation
在效果组编辑器中为每个效果新增一个开关按钮,用于临时禁用该效果,无需将其删除。 - EffectItem 新增 enabled 字段(默认 true)。仅在禁用时写入缩放模式配置 (enabled: false),因此现有配置文件不受影响。 - 装配运行期效果链时跳过被禁用的效果。ValidateFrameGenerationChain 改为通过 concept 鸭子类型判断自动忽略禁用项,避免任何调用点漏过滤而误报 「一组内存在多个补帧效果」。 - 被禁用的效果即使文件缺失也不再阻止启动,便于用户绕过损坏的效果器, 而不必直接删除它。 - 界面上该行整体变暗、按钮图标切换,悬停提示按当前状态显示「禁用」或「启用」。 生效时机为下次启动缩放;运行中的效果链不会实时重建。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在效果组编辑器中为每个效果新增一个开关按钮,用于临时禁用该效果,无需将其删除。
生效时机为下次启动缩放;运行中的效果链不会实时重建。
