wewe-rss / apps /web /src /constants.ts
Elkins's picture
Upload 84 files
ca668ce 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;