LondonClass

Results 12 issues of LondonClass

发生在此次提交:https://github.com/Nemo2011/bilibili-api/commit/bff8f5b3b08d9f7a011bf067fc60585aa4ac5d9c 对于User.get_relation而言,uid参数是必要的

bug

The transparency of the text has not changed. ```python import pygame import pygame_gui pygame.init() pygame.display.set_caption('UILabel set_text_alpha') window_surface = pygame.display.set_mode((800, 600)) ui_manager = pygame_gui.UIManager((800, 600)) label = pygame_gui.elements.UILabel( relative_rect=pygame.Rect((350, 275), (100,...