diff --git a/.gitignore b/.gitignore index c16cc7d..da8c579 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,14 @@ attachments/ .pi-glla/ .codegraph +# ---- Python 工具缓存 ---- +# +# client/electron/src/icons/generate.py 是图标生成脚本(cairosvg + Pillow)。 +# 静态检查器跑 ruff 时会在同目录落 .ruff_cache/,不是项目内容。 +.ruff_cache/ +__pycache__/ +*.pyc + # ---- 编辑器与系统 ---- .DS_Store *.swp diff --git a/client/electron/index.html b/client/electron/index.html index 0695bf1..6b35b7d 100644 --- a/client/electron/index.html +++ b/client/electron/index.html @@ -1,8 +1,21 @@ - +
- + + + + + +