feat: 同步服务端代码

This commit is contained in:
2023-09-22 14:08:16 +08:00
commit 2465e0b748
22 changed files with 1638 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel, Extra
class Config(BaseModel, extra=Extra.ignore):
"""Plugin Config Here"""