Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
lott-2021-5-11
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yuzurisa
lott-2021-5-11
Commits
70dbe32f
Commit
70dbe32f
authored
May 11, 2021
by
Yuzurisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Begin!
parent
78ad2bc9
Pipeline
#3237
passed with stage
in 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
run.js
run.js
+26
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
70dbe32f
stages
:
-
pick
variables
:
GIT_DEPTH
:
"
1"
pick
:
stage
:
pick
tags
:
-
linux
image
:
node:buster-slim
script
:
-
node run.js | tee result.txt
artifacts
:
paths
:
-
result.txt
run.js
0 → 100644
View file @
70dbe32f
// 黑兔的100fo抽奖
// 注释掉的是没关注的
const
list
=
[
'
ydseer
'
,
'
禁忌
'
,
//'K',
//'文援墙',
'
千城雪
'
,
'
会飞的蜜瓜
'
,
'
echo
'
,
'
清梦
'
,
'
与你盼望夏日之花
'
,
'
z
'
,
'
亡灵
'
,
'
蕴辞
'
,
//'灰风',
'
姐姐的叠甲小宝
'
,
'
asu
'
,
//'Molly妈咪',
'
奶味冰淇淋
'
]
for
(
let
i
=
0
;
i
<
1
;
++
i
)
{
const
[
name
]
=
list
.
splice
(
Math
.
floor
(
Math
.
random
()
*
list
.
length
),
1
);
console
.
log
(
name
);
}
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