修改获取网页内容代码

This commit is contained in:
wsb1224 2025-08-02 11:41:48 +08:00
parent 654cc78dce
commit f4289c6ec7
2 changed files with 1010 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from flask_sqlalchemy import SQLAlchemy
# 创建数据库实例,独立于应用
db = SQLAlchemy()

1006
md2txt/txt2md2docx.py Normal file

File diff suppressed because it is too large Load Diff