eagle

Results 17 comments of eagle

感觉是因为作者库用的SImplePermission版本太低了

是的,我用`permission_handler`库也解决了,只不过真机运行的时候报auth错误

![image](https://github.com/tauri-apps/tauri/assets/39514265/1f0673f1-d0b4-4022-b0c3-5bac0ef76078)

I will make a minimal reproduction example and give tauri info output later.

The reproducible code: [tauri-app.zip](https://github.com/tauri-apps/tauri/files/14987419/tauri-app.zip)

The reproducible video: [4月16日.zip](https://github.com/tauri-apps/tauri/files/14987801/4.16.zip)

参数设置和资源设置是一样的schema吗?或者你可以通过参数设置、资源设置定义一个type,然后type注入到globalState里,globalState变化,schema会重渲染的,schema里根据拿到的type进行动态更改当前表单schema。或者直接定义两套schema。资源设置里可以看看是哪些表单项吗,我可以写个完整例子示范下

支持是肯定支持的,我们以前有业务场景也有这么搞过,表单引擎schema有分组渲染功能,你可以在组于组之间插入一个组,那个组通过自定义渲染器[groupRender](https://drdevelop.github.io/antd-pro/index.html#/schema-form/group-schema)返回Tab组件

> 我的意思是是否支持表单元素意外的schema,比如 Tab 你是想表单与表单之间插入一个非表单元素Tab这样的渲染,还是想表单项自定义组件(例如Tab)?