This commit is contained in:
2025-12-04 20:04:02 +08:00
parent 515487e748
commit 17ce91d40a
7 changed files with 48 additions and 22 deletions

View File

@@ -191,8 +191,8 @@
NSString *title = c.characterName ?: @"High EQ";
NSString *people = c.download ?: @"Download: 1 Million";
NSString *desc = @"Be Neither Too Close\nNor Too Distant"; //
[content configWithAvatar:nil title:title download:people desc:desc];
// [content configWithAvatar:nil title:title download:people desc:desc];
content.character = c;
//
LSTPopView *pop = [LSTPopView initWithCustomView:content
parentView:nil