Skip to content

Commit

Permalink
add photos
Browse files Browse the repository at this point in the history
  • Loading branch information
lawlite19 committed Oct 14, 2018
1 parent 5dbc993 commit 6005550
Show file tree
Hide file tree
Showing 45 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-07-07_不到长城非好汉1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-07-08_故宫.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-07-23_古水北镇2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-08_后海.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-08_火星演唱会2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-08_火星演唱会3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-09_天津眼.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-09_天津眼2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-10_天津.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-09-火星演唱会.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-10-04_国庆and八戒.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/2018-10-05_悠悠国庆.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added min_photos/20180708_北京前门.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/.DS_Store
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/2018-07-07_万里长城永不倒.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/2018-07-07_不到长城非好汉1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/2018-07-08_故宫.jpg
Binary file added photos/2018-07-23_古水北镇2.jpg
Binary file added photos/2018-09-08_后海.jpg
Binary file added photos/2018-09-08_火星演唱会2.jpg
Binary file added photos/2018-09-08_火星演唱会3.jpg
Binary file added photos/2018-09-09_天津眼.jpg
Binary file added photos/2018-09-09_天津眼2.jpg
Binary file added photos/2018-09-10_天津.jpg
Binary file added photos/2018-09-火星演唱会.jpg
Binary file added photos/2018-10-04_国庆and八戒.jpg
Binary file added photos/2018-10-05_悠悠国庆.jpg
Binary file added photos/20180708_北京前门.jpg
1 change: 1 addition & 0 deletions tool.py
Expand Up @@ -100,6 +100,7 @@ def handle_photo():
src_dir, des_dir = "photos/", "min_photos/"
file_list = list_img_file(src_dir)
list_info = []
file_list.sort(key=lambda x: x.split('_')[0]) # 按照日期排序
for i in range(len(file_list)):
filename = file_list[i]
date_str, info = filename.split("_")
Expand Down

0 comments on commit 6005550

Please sign in to comment.