修改在线列表

This commit is contained in:
启星
2025-12-10 10:01:27 +08:00
parent 3b0e2386c5
commit 1a0dac1d91
26 changed files with 413 additions and 76 deletions

View File

@@ -105,5 +105,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,strong)NSString*id;
/// 房间密码
@property (nonatomic,strong)NSString*label_name;
/// 默认选中 1 选中 0 未选中
@property (nonatomic,strong)NSString*default_index;
@end
NS_ASSUME_NONNULL_END