feat: enhance user management and system optimization

New Features:
- Add bulk ban and email notification in user management
- Add CSV export for batch coupon generation
- Optimize subscription description template

Bug Fixes:
- Fix knowledge base pagination issue
- Fix permission group filtering in node management
- Fix unauthorized order placement for free subscription periods
This commit is contained in:
xboard
2025-02-09 11:06:08 +08:00
parent 8e5732d857
commit 1b728fffc7
13 changed files with 218 additions and 33 deletions
+7 -1
View File
@@ -113,5 +113,11 @@
"QR Code": "QR Code",
"Unlimited": "Unlimited",
"Device Limit": "Device Limit",
"Devices": "Devices"
"Devices": "Devices",
"No Limit": "No Limit",
"First Day of Month": "First Day of Month",
"Monthly": "Monthly",
"Never": "Never",
"First Day of Year": "First Day of Year",
"Yearly": "Yearly"
}