This commit is contained in:
2025-12-11 13:40:32 +08:00
parent d348b35984
commit 45695364e9
11 changed files with 123 additions and 29 deletions

View File

@@ -22,7 +22,7 @@
tapHandler:(KBEmptyAction)tapHandler
buttonHandler:(KBEmptyAction)buttonHandler {
#if KB_HAS_LY
NSString *t = title ?: KBLocalized(@"暂无数据");
NSString *t = title ?: KBLocalized(@"No data");
LYEmptyView *ev = nil;
if (buttonTitle.length > 0) {