提交 c4b53fd7d56e6ad1de5fb8ea8492a0ee8fcec0cd

作者 Shishutong
1 个父辈 092c3e82

1.run文件调整

正在显示 2 个修改的文件 包含 16 行增加6 行删除
... ... @@ -34,8 +34,10 @@ MANIFEST
34 34 *.spec
35 35
36 36 # Installer logs
37   -pip-log.txt
38   -pip-delete-this-directory.txt
  37 +#pip-log.txt
  38 +pip-delete-t
  39 +
  40 +his-directory.txt
39 41
40 42 # Unit test / coverage reports
41 43 htmlcov/
... ... @@ -57,7 +59,7 @@ cover/
57 59 *.pot
58 60
59 61 # Django stuff:
60   -*.log
  62 +#*.log
61 63 local_settings.py
62 64 db.sqlite3
63 65 db.sqlite3-journal
... ...
... ... @@ -2,7 +2,8 @@
2 2 <project version="4">
3 3 <component name="ChangeListManager">
4 4 <list default="true" id="129454fc-5415-4c7e-9855-d0293355ede5" name="Default Changelist" comment="1.run文件调整">
5   - <change beforePath="$PROJECT_DIR$/run.py" beforeDir="false" afterPath="$PROJECT_DIR$/run.py" afterDir="false" />
  5 + <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  6 + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6 7 </list>
7 8 <option name="SHOW_DIALOG" value="false" />
8 9 <option name="HIGHLIGHT_CONFLICTS" value="true" />
... ... @@ -266,7 +267,7 @@
266 267 <workItem from="1689816981406" duration="4617000" />
267 268 <workItem from="1689903460923" duration="538000" />
268 269 <workItem from="1690180441280" duration="3613000" />
269   - <workItem from="1690248894302" duration="768000" />
  270 + <workItem from="1690248894302" duration="3044000" />
270 271 </task>
271 272 <task id="LOCAL-00001" summary="1.0.0&#10;首次提交">
272 273 <created>1671544396986</created>
... ... @@ -457,7 +458,14 @@
457 458 <option name="project" value="LOCAL" />
458 459 <updated>1690249405333</updated>
459 460 </task>
460   - <option name="localTasksCounter" value="28" />
  461 + <task id="LOCAL-00028" summary="1.run文件调整">
  462 + <created>1690249714062</created>
  463 + <option name="number" value="00028" />
  464 + <option name="presentableId" value="LOCAL-00028" />
  465 + <option name="project" value="LOCAL" />
  466 + <updated>1690249714062</updated>
  467 + </task>
  468 + <option name="localTasksCounter" value="29" />
461 469 <servers />
462 470 </component>
463 471 <component name="TypeScriptGeneratedFilesManager">
... ...
注册登录 后发表评论