windows
未读
Magibook14pro离电卡顿问题
AI
未读
Dify去除思考过程回显
import re
## 去掉 details 标签内容
def main(text: str) -> dict:
result = re.sub(r'<details.*?>.*?</details>', '', text, flags=re.DOTALL)
return {
网站
未读
Typora+PicList