Python @dataclass 使用指南

适用版本:Python 3.7+(dataclasses 为标准库;3.10+ 部分特性增强) 1. 为什么需要 dataclass 在 Python 中,我们经常需要「只存数据、逻辑很少」的类,例如配置项、API 响应、数据库记录。手写样板代码很繁琐: class Point: def __init__(self, x: float, y: float): self.x = x self.y =

WP Editor.md 导致 Document 主题首页「文章导航」消失的完整排查与修复记录

WP Editor.md 导致 Document 主题首页「文章导航」消失的完整排查与修复记录 环境:WordPress + WP Editor.md(wp-editormd)+ Document 主题(theme-document) 现象:启用 WP Editor.md 后,博客首页左侧「🗂️ 文章导航」整块不显示或「像消失了一样」;禁用插件后恢复正常。 结论:这不是 Markdown 标题解析