C

Results 6 issues of C

Hey, The example only sees UI settings, whether dynamic configuration of component event callbacks is supported. Are there any follow-up plans?

* **Node Version**: v19.2.0 * **Midway Version(Decorator/Core)**: v3 * **Component Name/Version**: @midwayjs/cross-domain/3.9.0 * **Platform**: MACOS ### 问题描述 ``` @Controller('/case', { middleware: [CorsMiddleware, JSONPMiddleware] }) JSONPMiddleware 在处理JSONP请求的时候, 缺少对callback参数的处理,会导致所有的请求都转化为JSONP请求。 ```

- Convert JSX files to TSX for TypeScript integration - Adjust type definitions to align with TSX conversion - Address compatibility issues resulting from JSX to TSX migration

Technical Upgrade

``` //code var GenerateSchema = require('generate-schema') var schema = GenerateSchema.json('Product', [ { "test": [ { "testchild1": "s", "child2": [ 1 ] } ], "c": { "a": [ "as.wYYYYY", 2, {...

help wanted

Any plan to add static root certificate? Sometime we need to install the certificate to the system or share that. Thank you for your contribution