进一步优化结构,提高插件兼容

This commit is contained in:
2024-03-10 02:22:12 +08:00
parent 95c0ff1b47
commit d4925e4d75
16 changed files with 732 additions and 329 deletions

View File

@@ -17,7 +17,7 @@ Terms & Conditions: License.md in the root directory
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
__version__ = "2.0.0-alpha"
__version__ = "2.0.0-beta"
__vername__ = "全新组织架构"
__author__ = (
("金羿", "Eilles Wan"),
@@ -34,6 +34,7 @@ __all__ = [
"MineNote",
"MineCommand",
"SingleNoteBox",
"ProgressBarStyle",
# "TimeStamp", 未来功能
# 默认值
"DEFAULT_PROGRESSBAR_STYLE",