This commit is contained in:
zzzisfunnyboy
2025-07-27 21:32:10 +08:00
parent ce4b64777d
commit 6853a95304
4 changed files with 27 additions and 12 deletions

View File

@@ -20,3 +20,11 @@
- IValueChanged\<bool\>
---
- [ ] Inject添加ScopeId的参数
---
- 池子接入应该更方便一点,
- 现在的情况每种泛型都需要Register
---
- OnValueChanged太过麻烦
- ToggleGroup选择改变的时候View没有对应的监听想要监听必须new一个组件出来或者直接绑定ViewModel的PropertyChanged的方法
---
- toggle监听的方式为interface = bool选中之后不可取消