Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
div-wang
/
wewe-rss
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wewe-rss
/
apps
/
web
/
src
/
constants.ts
div-wang
上传文件
95d29a5
verified
8 days 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
;