Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xuanxuan1231/RandPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandPicker

使用 .NET 和 Avalonia 重构的新版 RandPicker。
旧 RandPicker:https://github.com/xuanxuan1231/RandPicker-Legacy

Demo

Dark Mode

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
    }
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages