Git Product home page Git Product logo

chouj's Introduction

抽奖程序提供以下功能

  • 观众页面:查看滚动效果及抽奖结果
  • 奖项设置: 增加/删除奖项,调整奖项抽取顺序
  • 查看获奖记录,可下载页面截图
  • 开始/结束抽奖

抽奖程序使用方法:

  1. 直接下载build.zip文件,无需使用源代码编译
  2. 修改默认奖项设置,或者部署后使用菜单【奖项设置】线上修改 修改build文件夹中award.json
[{
    "name": "一等奖", // 奖项名称
    "total": 30, // 共总获奖人数
    "unit": 6  // 每次抽取6人
}]
  1. 设置所有可抽奖人员名单 修改build文件夹中users.json
{
    "0001": "张三", // 员工编号 : 姓名
    "0002": "李四",
    "0003": "王五",
    "005": "钱某",
    "006": "邓某",
    "009": "张某"
}
  1. 将文件夹build放入http服务器中,
  2. 打开【观众入口】,重要的事情说三遍:

打开【观众入口】时,使用同一浏览器,以新窗口的形式打开

打开【观众入口】时,使用同一浏览器,以新窗口的形式打开

打开【观众入口】时,使用同一浏览器,以新窗口的形式打开

chouj's People

Contributors

derek-hu avatar

Stargazers

chinese name : 钱晟龙 english name: Arc Qian avatar

Watchers

chinese name : 钱晟龙 english name: Arc Qian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.