Hi-Alan
Hi-Alan
#### 是否关联于某个问题吗: input-table 中某列为外键,默认控件为 mapping 且 source 为 crud 的 api,其值通过 picker 打开一个 crud 对话框选取; 1. 默认情况下,该行确认后 mapping 转换失败显示”通配值“,因为 mapping 的 source 返回数据格式只支持 object, 而不是数组; 2. 若通过自定义 filter 转换成 object,...
While a long time running task be dispatched with a flag such as `#async` on windows, shell2http return immediately. ```bat set chrome="C:\Progra~2\Google\Chrome\Application\chrome.exe" D:\bin\shell2http\shell2http -host=127.0.0.1 -port=8081 -no-index -log=access.log -form ^ /html2pdf#async...
### 功能描述以及必要性描述 通过一种约定,将可能反复生成的代码和手写的逻辑分开在不同的文件,便于再次生成代码时候,无需人工合并代码。 用户手写的代码在单独的文件中,首次生成时,可创建这些文件的框架; 后续多次重复生成时,只覆盖完全自动生成的文件,但仍可引入和调用遵循约定接口的手写的代码,功能不会失效; ### 建议和方案 _No response_
I defined a component at site-level `layout.html`, it runs ok if there is no`` block; An error raised `parse error layout.html` for codes: ``` It will be compiled to static...