客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -674,6 +674,11 @@ public class uBag : MonoBehaviour
|
||||
continue;
|
||||
}
|
||||
|
||||
if (story.fatherType == notebook_faterType.notebook_fatherType.content && !story.showInBag)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
string stableId = $"notebook_{story.class_id}";
|
||||
if (!seenIds.Add(stableId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user