Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设计器支持只读模式 #213

Open
wulucxy opened this issue Aug 23, 2023 · 2 comments
Open

设计器支持只读模式 #213

wulucxy opened this issue Aug 23, 2023 · 2 comments

Comments

@wulucxy
Copy link
Collaborator

wulucxy commented Aug 23, 2023

场景

页面已发布的情况下,不允许用户变更,包含以下场景:

  1. 物料拖拽
  2. 节点拖拽
  3. 装饰器操作:克隆、删除等
  4. 组件只读模式(?)
@codebdy
Copy link
Owner

codebdy commented Aug 27, 2023

1、物料是单独管理的,可以在渲染物料的时候,不渲染rx-id,可能需要增加配置
2、测试、完善IBehaviorRule的选择器,这个是可以注册多个的,通过增加或删除一个IBehaviorRule来控制,seletor可以是*。

@codebdy
Copy link
Owner

codebdy commented Aug 27, 2023

组件用lock处理比较合适,shell增加readonly props支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants