新增运势系统
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
from PWF.Convention.Runtime.Config import *
|
||||
from PWF.CoreModules.plugin_interface import PluginInterface
|
||||
from PWF.CoreModules.flags import *
|
||||
from PWF.Convention.Runtime.Architecture import Architecture
|
||||
from PWF.Convention.Runtime.GlobalConfig import ProjectConfig
|
||||
from PWF.Convention.Runtime.Web import ToolURL
|
||||
from PWF.Convention.Runtime.String import LimitStringLength
|
||||
import httpx
|
||||
import re
|
||||
|
||||
logger = ProjectConfig()
|
||||
logger: ProjectConfig = Architecture.Get(ProjectConfig)
|
||||
MAIN_WEBHOOK_URL = logger.FindItem("main_webhook_url", "")
|
||||
logger.SaveProperties()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user