更新 __init__.py

This commit is contained in:
jxxghp
2024-02-09 07:18:53 +08:00
committed by GitHub
parent c1581311c7
commit d48fe77458

View File

@@ -111,7 +111,7 @@ class CategoryEditor(_PluginBase):
} }
], { ], {
"enabled": False, "enabled": False,
"content": self.default_yaml.read_text(encoding="utf-8") "yaml_content": self.default_yaml.read_text(encoding="utf-8")
} }
def get_page(self) -> List[dict]: def get_page(self) -> List[dict]: