更新工作流和 gitignore 文件

This commit is contained in:
Eric-Terminal
2025-09-04 02:48:04 +08:00
parent b17beda976
commit c9fe2aac5f
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ jobs:
# 指定运行环境为最新的Windows服务器
runs-on: windows-latest
permissions:
contents: write
steps:
# 第1步检出你的代码
- name: Checkout repository

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ __pycache__/
*.pyc
*.pyo
*.pyd
*.json
# PyInstaller build artifacts
dist/