Skip to content

1.0.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@Mengobs Mengobs released this 09 Aug 13:08
· 1 commit to main since this release
77d8c32

🟢 新增

  • 为 base.py 新增 Window 类

  • 为 Window 类添加 place title titlebar position size alpha transparent transparentcolor 方法

  • 为 tools.py 添加 create_image interpolate_color 函数

  • 为 graphics.py 新增 TopRoundedRectangle RoundedButton 类

  • 为 graphics.py 中的 Rectangle 类添加 alpha 参数

  • 为 widgets.py 新增 Menu 类

🟡 变更

  • 将 Rectangle 中的 create_rectangle 部分移到 if 判断中,为适应 alpha 参数