优化发布群租客清退与历史消息
This commit is contained in:
@@ -53,6 +53,11 @@ export const systemConfigSelectOptions: Record<string, SystemConfigOption[]> = {
|
||||
{ label: '管理员 ID 2', value: '2' },
|
||||
{ label: '管理员 ID 3', value: '3' },
|
||||
],
|
||||
'chat.renter_retention_days_after_order_end': [
|
||||
{ label: '3 天', value: '3' },
|
||||
{ label: '5 天', value: '5' },
|
||||
{ label: '7 天', value: '7' },
|
||||
],
|
||||
}
|
||||
|
||||
export function getSystemConfigSelectOptions(key: string) {
|
||||
|
||||
Reference in New Issue
Block a user