hanxiao123

Results 5 issues of hanxiao123

希望能加入一个功能:列隐藏的数据点击箭头后可以展开全部 ![image](https://user-images.githubusercontent.com/17881934/183400310-aecf2c07-4f01-41b0-a92e-6ede2a93f747.png) ![image](https://user-images.githubusercontent.com/17881934/183400336-023153db-837f-4412-89ad-07f137a3463f.png) 列数据较多时,能有一个按钮展开显示全部数据

已经引用了jeasy,但在GM的template中不能使用jeasy的方法,应该怎么调用 ?

希望filter里可以加入template,这样可以支持自定输入框,比如大于小于某个用户输入值

CodeFirst时能不能加入DefaultValue,有些数据库是可以有字段默认值的,这样就不需要再设置InsertValueSql了

in v1.3,Is there any simple way to post message to ContentScript.razor from Popup.razor? My ideal way is below,but it's not work. in Popup.razor WebExtensions.Runtime.SendMessage("",obj,null) in ContentScript.razor: protected override async Task...