feat: 初始化NewLife Studio项目,完成基础框架与数据管理模块
何炳宏 authored at 2026-05-26 12:09:09
429.00 B
NewLife.Studio
<UserControl xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             x:Class="NewLife.Studio.App.Controls.NavBar"
             Width="48">
    <Border Background="#F0F0F0" BorderBrush="#E0E0E0" BorderThickness="0,0,1,0">
        <ScrollViewer>
            <StackPanel x:Name="ModuleList" Margin="4" Spacing="8" />
        </ScrollViewer>
    </Border>
</UserControl>