重构mxp模式的基础意愿计算方式

This commit is contained in:
meng_xi_pan
2025-04-15 22:39:33 +08:00
parent 42ccb3dccb
commit 195fc7327c
4 changed files with 21 additions and 50 deletions

View File

@@ -75,8 +75,3 @@ class ClassicalWillingManager(BaseWillingManager):
async def not_reply_handle(self, message_id):
return await super().not_reply_handle(message_id)
async def get_variable_parameters(self):
return await super().get_variable_parameters()
async def set_variable_parameters(self, parameters):
return await super().set_variable_parameters(parameters)