This commit is contained in:
Armamem0t 2025-08-10 12:19:13 +08:00
parent dfca1928c1
commit f87632af55
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
3 changed files with 9 additions and 8 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
log
*.log
__pycache__
*.pyc
Pipfile.lock
Pipfile

11
.idea/workspace.xml generated
View File

@ -5,14 +5,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="3c80518d-026a-4458-82c2-25ed21399c34" name="更改" comment="">
<change afterPath="$PROJECT_DIR$/.idea/autofangche.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logger.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -117,6 +111,7 @@
<workItem from="1740028349103" duration="2498000" />
<workItem from="1740035608829" duration="391000" />
<workItem from="1754797389199" duration="1391000" />
<workItem from="1754799361883" duration="130000" />
</task>
<servers />
</component>

BIN
requirements.txt Normal file

Binary file not shown.