-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- JS: - 优化页面中存在大量图片时,载入卡顿的bug。 - 适配新版导出工具的数据格式。 - Python: - 加入输出图片的计数。 - 加入处理进度百分比显示。 - 调整图片索引为txt文件。 - 优化导出图片数据时的内存占用。 - 优化HTML写入逻辑,提升HTML输出速度。 - 修复处理大量数据时报错的bug。
- Loading branch information
Showing
5 changed files
with
256 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@echo off | ||
echo Installing dependencies... | ||
pip install loguru | ||
pip install pyinstaller | ||
pause |
Oops, something went wrong.