Skip to content

Commit

Permalink
Bump version and fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperScript-PRC committed Feb 14, 2024
1 parent b6845d1 commit 7869b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tooldelta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def read_cfg(self):
"FastBuilder External 模式 (经典模式) §c(已停止维护, 无法适应新版本租赁服!)",
FrameFBConn,
),
("NeOmega 框架 (NeOmega模式, 租赁服适应性强)", FrameNeOmg),
("NeOmega 框架 (NeOmega模式, 租赁服适应性强, 推荐)", FrameNeOmg),
(
"NeOmega 框架 (NeOmegay连接模式, 需要先启动对应的neOmega接入点)",
"NeOmega 框架 (NeOmega连接模式, 需要先启动对应的neOmega接入点)",
FrameNeOmgRemote,
),
]
Expand Down
3 changes: 0 additions & 3 deletions tooldelta/plugin_load/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ def read_all_plugins(self):
dotcs_plugin.read_plugin_from_old(self, dotcs_module_env)
classic_plugin.read_plugin_from_new(self, {})
asyncio.run(injected_plugin.load_plugin(self))
Print.print_suc(
f"§a共加载 §l§b{self.normal_plugin_loaded_num} §r§a个 组合式插件, §l§b{self.injected_plugin_loaded_num} §r§a个 注入插件 和 §l§b{self.dotcs_plugin_loaded_num} §r§a个 原DotCS插件"
)
Print.print_inf("正在执行初始化函数init任务")
asyncio.run(injected_plugin.execute_init())

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 7869b93

Please sign in to comment.