Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elkins
/
wewe-rss
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wewe-rss
/
apps
/
web
/
src
/
constants.ts
Elkins
Upload 84 files
ca668ce
verified
about 1 year 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
;