feat(lora-pool): add external value handling and config update support

- Add `onSetValue` callback to handle external updates like workflow loading
- Implement `updateConfig` method for direct widget value updates
- Add value change detection in `restoreFromConfig` to prevent unnecessary updates
- Remove debug console log on component mount
- Extend widget value type to support legacy config format
This commit is contained in:
Will Miao
2026-01-11 20:37:17 +08:00
parent b44ef9ceaa
commit 7a5f4514f3
6 changed files with 84 additions and 25 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long