优化 Webhook 列表, 优化日志系统
This commit is contained in:
@@ -54,6 +54,12 @@ export const adminWebhookProcessedOptions = [
|
||||
{ label: '处理失败', value: '0' },
|
||||
]
|
||||
|
||||
export const adminWebhookVisibilityOptions = [
|
||||
{ label: '仅重要', value: 'important' },
|
||||
{ label: '仅忽略', value: 'ignored' },
|
||||
{ label: '全部', value: 'all' },
|
||||
]
|
||||
|
||||
export const adminUserRoleOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '管理员', value: 'admin' },
|
||||
|
||||
Reference in New Issue
Block a user