bytegolang

Results 10 issues of bytegolang

对于菜单管理 有无计划? 另外建议,增加 readmap.md 开发路线图,类似下图: ![微信截图_20220301094337](https://user-images.githubusercontent.com/16700482/156088968-d9c594e8-8af1-49a5-86ec-4e7623ba8ef0.png) 建议:增加类似下图的布局 ![image](https://user-images.githubusercontent.com/16700482/156093729-aa9fd6d1-8cc3-44e9-87f5-90c8aa8e1047.png)

enhancement

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?