优化发布群租客清退与历史消息

This commit is contained in:
yml
2026-06-18 09:39:23 +08:00
parent 233920025e
commit f4361c9804
10 changed files with 325 additions and 33 deletions
@@ -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) {