This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CQ_JD
/
light-application
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f82caf9500
Branches
Tags
master
light-applicati...
/
light-application-wx
/
utils
/
playStatus.js
playStatus.js
84 B
Historique
Raw
1
2
3
4
5
module.exports = {
PLAYING: "playing",
PAUSE: "pause",
STOP: "stop",
};