Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activitys
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-10-18 17:31:00 +0800
Commit
ac53b2ea71346054126f264106ab7bf299f444ca
1 parent
42f12b9c
微调
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
app/wheelSurf/view/home/index.js
package.json
yarn.lock
app/wheelSurf/view/home/index.js
View file @
ac53b2e
...
...
@@ -236,8 +236,8 @@ export default class wheelSurf extends PureComponent {
}
if
(
!
slowEnding
)
{
if
(
this
.
state
.
speed
<
16
)
{
this
.
state
.
speed
+=
0.2
;
if
(
this
.
state
.
speed
<
20
)
{
this
.
state
.
speed
+=
0.3
;
}
this
.
state
.
angle
+=
this
.
state
.
speed
;
...
...
package.json
View file @
ac53b2e
...
...
@@ -65,7 +65,7 @@
"webpack-cli"
:
"^3.1.2"
,
"webpack-dev-server"
:
"^3.1.3"
,
"webpack-merge"
:
"^4.1.4"
,
"yoho-activity-sdk"
:
"
^1.0.5
"
"yoho-activity-sdk"
:
"
1.0.7
"
},
"author"
:
"陈峰 <feng.chen@yoho.cn>"
,
"license"
:
"ISC"
,
...
...
yarn.lock
View file @
ac53b2e
...
...
@@ -6510,6 +6510,6 @@ yargs@^7.0.0:
y18n "^3.2.1"
yargs-parser "^5.0.0"
yoho-activity-sdk@^1.0.5:
version "1.0.5"
resolved "http://npm.yohops.com/yoho-activity-sdk/-/yoho-activity-sdk-1.0.5.tgz#cde7b94ee5f7baca95cf5b5a6fcea562ad168043"
yoho-activity-sdk@1.0.7:
version "1.0.7"
resolved "http://npm.yohops.com/yoho-activity-sdk/-/yoho-activity-sdk-1.0.7.tgz#c7a7f28b0f80a783a1dac3e8bde08b4d99e2b2a6"
...
...
Please
register
or
login
to post a comment