修复红包系统中的wakeup错误
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List, Sequence, Tuple
|
||||
|
||||
from PWF.Convention.Runtime.Architecture import Architecture
|
||||
from PWF.Convention.Runtime.Architecture import *
|
||||
from PWF.Convention.Runtime.GlobalConfig import ConsoleFrontColor, ProjectConfig
|
||||
|
||||
from Plugins.WPSAPI import GuideEntry, WPSAPI
|
||||
@@ -15,6 +12,9 @@ logger: ProjectConfig = Architecture.Get(ProjectConfig)
|
||||
|
||||
class WPSRedPacketBase(WPSAPI):
|
||||
"""红包插件公共基类,封装参数解析与输出模板。"""
|
||||
@override
|
||||
def wake_up(self) -> None:
|
||||
pass
|
||||
|
||||
def dependencies(self) -> List[type]:
|
||||
return [WPSAPI, WPSConfigAPI, WPSRedPacketService]
|
||||
|
||||
Reference in New Issue
Block a user