使用 .NET 和 Avalonia 重构的新版 RandPicker。
旧 RandPicker:https://github.com/xuanxuan1231/RandPicker-Legacy
Dark Mode
Tip
图形化管理学生/小组即将上线。现在可以通过在手动编辑 students.json
体验。
示例:
{
"students": [
{
"name": "张三",
"id": 1001,
"weight": 1,
"active": true
},
{
"name": "李四",
"id": 1002,
"weight": 1,
"active": true
},
{
"name": "王五",
"id": 1003,
"weight": 1,
"active": true
},
{
"name": "赵六",
"id": 1004,
"weight": 1,
"active": true
}
]
}