mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 21:57:32 +08:00
fix: optimize batch email performance and fix gift card issues
- Add chunking and batching for admin email sending - Fix gift card pagination and add per_page limits - Update frontend prompts and complete language packs
This commit is contained in:
Vendored
+4
@@ -972,6 +972,10 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"previousPage": "上一页",
|
||||
"nextPage": "下一页",
|
||||
"lastPage": "跳转到最后一页"
|
||||
},
|
||||
"viewOptions": {
|
||||
"button": "显示列",
|
||||
"label": "切换显示列"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
|
||||
Reference in New Issue
Block a user