Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
goodluck
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
goodluck
Commits
464a3c77
Commit
464a3c77
authored
Dec 30, 2019
by
zhangyongfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README
parent
b5a6a2b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
.eslintrc.js
.eslintrc.js
+4
-4
README.md
README.md
+12
-0
No files found.
.eslintrc.js
View file @
464a3c77
...
@@ -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'
}
}
};
};
README.md
View file @
464a3c77
...
@@ -25,3 +25,15 @@
...
@@ -25,3 +25,15 @@
## 导入名单
## 导入名单
-
按照格式导入名单,可以多次输入。若号码有对应的姓名,则在抽取过程及结果中会显示号码及姓名,若没有对应的姓名,则只显示号码。
-
按照格式导入名单,可以多次输入。若号码有对应的姓名,则在抽取过程及结果中会显示号码及姓名,若没有对应的姓名,则只显示号码。
## 导入相册
-
按照 抽奖号-照片的一对一导入,(可在现场将号码发出签到后,每发一个号码,导一个照片)。抽奖结果将已照片形式展示。
# 温馨提示
-
本抽奖程序无暗箱操作,无后台,无后门。
# License
[
MIT
](
https://choosealicense.com/licenses/mit/
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment