UNPKG
@winjs-dev/create-win
Version:
latest (1.0.3)
next (1.0.2-alpha.0)
1.0.3
1.0.3-y.0
1.0.2
1.0.2-alpha.0
1.0.1
1.0.1-alpha.0
1.0.0
1.0.0-alpha.2
@winjs-dev/create-win
@winjs-dev/create-win
/
templates
/
app
/
src
/
constant.js
6 lines
(4 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
TIMEOUT
=
25000
;
export
const
PAGE_NUM
=
15
;
export
const
UPLOAD_PREFIX
=
'upload/'
;
export
const
HOME_PREFIX
=
'home/'
;