add feature to fomrat note and save top local directory

This commit is contained in:
=
2025-04-26 12:16:44 +08:00
parent edfb1416ab
commit 594af0ade7
9 changed files with 237 additions and 35 deletions

9
.gitignore vendored
View File

@ -1 +1,8 @@
.env
.env
# 忽略所有 __pycache__ 文件夹
__pycache__/
# 忽略 Python 编译缓存文件
*.py[cod]
*$py.class