以安

Results 4 issues of 以安

async saveNew() { const { ctx } = this; try { const rule = { merchant: "object", }; ctx.validate(rule); const uuid = await ctx.service.user.merchant.saveNew(ctx.request.body); this.success(uuid); } catch (err) { const...

![image](https://user-images.githubusercontent.com/15125523/140885310-567e9b24-0081-49f6-b846-035146527592.png) ![image](https://user-images.githubusercontent.com/15125523/140885385-de152775-7ece-475b-82b3-3e628c04ae6e.png)

electron document: ![image](https://user-images.githubusercontent.com/15125523/155722187-c84292b2-3637-4941-9e5d-862048a5b615.png) such as Vue Devtools extensions i installed in Min, it can be worded in other BrowserWindows actually. but it can not work in MainWindow. What lines of...

feature request

```ts // your answers type MyCapitalize = T extends `${infer A}${infer R}` ? `${Uppercase}${R}` : T ```

answer
en
110