Skip to content

Commit

Permalink
优化逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesuiry committed Apr 12, 2022
1 parent 932f2a7 commit 540d1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions account_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def generate_data_xls(self):
break
else:
next_url = next_next_url
if row > 1e2:
break
self.log_signal.emit(f"已经写入完成 共计{row}条数据")

def run(self):
Expand Down
4 changes: 2 additions & 2 deletions client.ui
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ p, li { white-space: pre-wrap; }
<item row="0" column="0">
<widget class="QLabel" name="label_29">
<property name="text">
<string>文件ID列表</string>
<string>文件ID列表(多个请分行)</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -966,7 +966,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;需要自行手动创建,第一列放上文件id列表,其他东西无效&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;文件ID列表:&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;输入文件ID,如有多个请以空格分割&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;输入文件ID,如有多个请分行(表格的id直接复制过来就是分行的)&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;收藏夹ID:&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;点击我的收藏 点击要添加的收藏夹 进入后网址末尾是收藏夹ID 如下则为130&lt;/p&gt;
Expand Down

0 comments on commit 540d1da

Please sign in to comment.