wewe-rss / apps /web /src /constants.ts
div-wang's picture
上传文件
95d29a5 verified
raw
history blame contribute delete
170 Bytes
export const statusMap = {
0: { label: '失效', color: 'danger' },
1: { label: '启用', color: 'success' },
2: { label: '禁用', color: 'warning' },
} as const;