bytegolang
bytegolang
对于菜单管理 有无计划? 另外建议,增加 readmap.md 开发路线图,类似下图:  建议:增加类似下图的布局 
ListAccounts interface I'm not sure if I have the next page how do I improve this one
```go if len(roleApis) > 0 { db := db.Orm.Debug().Model(&models.Api{}). Select("system_api.id"). Joins("left join system_menu_api on system_menu_api.api = system_api.id") for _, p := range roleApis { db = db.Or("system_api.url = ? and...
hi:How should the logic for logging out be implemented
https://github.com/envoyproxy/protoc-gen-validate
```ts``` Type 'Preset' is not assignable to type 'PresetOrFactory | PresetOrFactory[]'. Type 'import("C:/Users/86159/Desktop/test/makeui/node_modules/.pnpm/@[email protected]/node_modules/@unocss/core/dist/index").Preset' is not assignable to type 'import("C:/Users/86159/Desktop/test/makeui/node_modules/.pnpm/@[email protected]/node_modules/@unocss/core/dist/index").Preset'. Types of property 'rules' are incompatible. Type 'import("C:/Users/86159/Desktop/test/makeui/node_modules/.pnpm/@[email protected]/node_modules/@unocss/core/dist/index").Rule[] | undefined' is...
比如:下面的gorm 转换sqlc如何做 ```go if len(roleApis) > 0 { db := db.Orm.Debug().Model(&models.Api{}). Select("system_api.id"). Joins("left join system_menu_api on system_menu_api.api = system_api.id") for _, p := range roleApis { db = db.Or("system_api.url =...
Application scenario: dynamic sidebar data, display submenus
Why did you remove unocss? Are there any plans to add unocss support again in the future?