Commit 464a3c77 by zhangyongfeng

README

parent b5a6a2b7
...@@ -3,12 +3,12 @@ module.exports = { ...@@ -3,12 +3,12 @@ module.exports = {
env: { env: {
node: true node: true
}, },
extends: ["plugin:vue/essential", "@vue/prettier"], extends: ['plugin:vue/essential', '@vue/prettier'],
rules: { rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off", 'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off',
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
}, },
parserOptions: { parserOptions: {
parser: "babel-eslint" parser: 'babel-eslint'
} }
}; };
...@@ -25,3 +25,15 @@ ...@@ -25,3 +25,15 @@
## 导入名单 ## 导入名单
- 按照格式导入名单,可以多次输入。若号码有对应的姓名,则在抽取过程及结果中会显示号码及姓名,若没有对应的姓名,则只显示号码。 - 按照格式导入名单,可以多次输入。若号码有对应的姓名,则在抽取过程及结果中会显示号码及姓名,若没有对应的姓名,则只显示号码。
## 导入相册
- 按照 抽奖号-照片的一对一导入,(可在现场将号码发出签到后,每发一个号码,导一个照片)。抽奖结果将已照片形式展示。
# 温馨提示
- 本抽奖程序无暗箱操作,无后台,无后门。
# License
[MIT](https://choosealicense.com/licenses/mit/)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment