Zt
Zt
https://github.com/lepoco/wpfui/blob/6212d2646c52a01624cc14ebfe1e209b073d99c2/src/Wpf.Ui/Styles/Controls/ListView.xaml#L45 Just try to change that line to this ```xml ``` and it seems to work (It's just that there aren't dividers of column)  ```xml ``` ```xml ```
https://github.com/spectreconsole/spectre.console/blob/63b940cf0eb127a8cd891a4fe338aa5892d502c5/src/Spectre.Console/Widgets/Markup.cs#L110-L115 maybe somesthing here should be edited?
https://github.com/iNKORE-Public/UI.WPF.Modern/blob/89322a8d2d41683d42e9f623ee6129ac1c46ab58/source/iNKORE.UI.WPF.Modern/Controls/ScrollViewerEx.cs#L106-L115 ~~这段注释掉就正常了,但是不知道有无副作用~~ ~~有点难评但是管用~~ ~~个人感觉是`ScrollInfoAdapter.SetVerticalOffset(double offset)`执行动效的时候寄了~~
https://github.com/iNKORE-Public/UI.WPF.Modern/blob/89322a8d2d41683d42e9f623ee6129ac1c46ab58/source/iNKORE.UI.WPF.Modern/Themes/Styles/TextBox.xaml#L148-L163 (把`ScrollViewerEx`改成`ScrollViewer`也能正常滚到末尾
the package named `SystemInfoLibrary-devel` (`devel` branch) seems not to have such problem :D will `devel` branch merge into master? and is `devel` branch stable to use in production env?
检查`设置-服务器-端口`是否与`server.properties`中的ipv4端口一致 有可能是你两个serein设置了相同的端口 >[!TIP] >**不推荐**在同一个文件夹下使用同一个Serein启动不同的服务器(v1.x.x),若要管理多个服务器建议将Serein文件夹复制多份隔离后分别设置并启动
https://super1207.github.io/redreply/#/onebot/ 可以试试这个先 Satori协议的话再观望观望,如果需求量大的话再加,主要是这玩意比onebot难做
>能否添加对于BSD平台的支持? 理论上就是支持的,只是考虑到用的人少就没在release里发布,后续会考虑加上