Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

The Electron edition of StudentSelector

License

Notifications You must be signed in to change notification settings

pkuschool/StudentSelector-Electron

Repository files navigation

点名系统 Plus

点名系统海报

使用 node.js + Electron 构建的应用。UI基于原来的StudentSelector

ℹ 开发已暂停。

>前往下载<

功能

点名,点名,点名!

  • 最基础的管理功能
    • 添加
    • 删除
    • 排序(没必要做)
  • 最基础的点名功能
    • “抽取”“动画”
  • 最大化、最小化、关闭、拖动窗口与无边框
  • 文件读取支持
  • 多个导入功能
    • 来自 Excel 文件
    • 来自 JSON
  • 更好的代码整洁度

Set-up

请确认本机已经有 node.js 与 npm 的环境。

npm install

什么?Electron 安装太慢?请在.npmrc写入以下内容(一般位于用户文件夹):

registry=http://registry.npm.taobao.org/
electron_mirror=https://npm.taobao.org/mirrors/electron/

运行

npm run start

或者,Windows 用户也可以直接运行run.vbs

打包

安装程序

npm run dist

就是文件夹

npm run pack