feat:将action选择从处理器转变为单独阶段,增加action使用的准确性

This commit is contained in:
SengokuCola
2025-05-29 10:16:34 +08:00
parent 3cf7776966
commit b551710c13
8 changed files with 114 additions and 73 deletions

View File

@@ -1,7 +0,0 @@
from src.config.config import global_config
class TestConfig:
def test_load(self):
config = global_config
print(config)