Gavin Zhang

Results 4 issues of Gavin Zhang

需求是生成分享的私密链接和提取码,这块会在计划中么?或者你有没有什么思路?

![image](https://user-images.githubusercontent.com/2646161/38595667-a444421a-3d7f-11e8-83ee-d63b2ae16e46.png) 登录后仍然跳转到二维码页面

https://github.com/s0md3v/sd-webui-roop

i have tried this: ```python col_defs = [ ColumnDefinition(name="cpu", textprops={"wrap": True}), ] plt.rcParams['font.sans-serif'] = ['Heiti TC'] fig, ax = plt.subplots(figsize=(10, 6)) tab = Table(df, column_definitions=col_defs, index=False) # 禁用index列 tab.plot(ax) plt.show()...