mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
删掉多余config
This commit is contained in:
parent
1569b010dd
commit
876fda38ad
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/LittlePaimon.iml" filepath="$PROJECT_DIR$/.idea/LittlePaimon.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -1,11 +0,0 @@
|
||||
from pydantic import BaseModel
|
||||
from nonebot import get_driver
|
||||
from typing import List
|
||||
|
||||
|
||||
|
||||
class PluginConfig(BaseModel):
|
||||
enable_group: List[int] = []
|
||||
|
||||
|
||||
config: PluginConfig = PluginConfig.parse_obj(get_driver().config.dict())
|
Loading…
Reference in New Issue
Block a user