Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CatPtain
/
wewe-ssr
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wewe-ssr
/
apps
/
web
/
src
/
constants.ts
CatPtain
Upload 98 files
47da283
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
export
const
statusMap = {
0
: {
label
:
'失效'
,
color
:
'danger'
},
1
: {
label
:
'启用'
,
color
:
'success'
},
2
: {
label
:
'禁用'
,
color
:
'warning'
},
}
as
const
;