Skip to content

Commit 11be456

Browse files
committed
release: release Version 3.0.0
1 parent 044bf3e commit 11be456

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ def echo_message(key, **kwargs):
9090
help='RGB channel values list (comma-separated) for image composition' if get_language() == 'en' else 'RGB 通道值列表(英文逗号分隔),用于图像合成')
9191
@click.option('-s', '--save-path', type=click.Path(), default='output.jpg',
9292
help='Path to save the output image' if get_language() == 'en' else '保存路径')
93-
@click.option('-p', '--photo-type', type=str, default='one_inch' if get_language() == 'en' else '一寸',
94-
help='Photo types(supporting formats of XXpx x XXpx or those specified in the size config)' if get_language() == 'en' else '照片类型(支持 XXpx x XXpx 格式或尺寸配置中指定的格式)')
95-
@click.option('-ps', '--photo-sheet-size', type=str, default='five_inch' if get_language() == 'en' else '五寸',
96-
help='Size of the photo sheet(supporting formats of XXpx x XXpx or those specified in the size config)' if get_language() == 'en' else '选择照片表格的尺寸(支持 XXpx x XXpx 格式或尺寸配置中指定的格式)')
93+
@click.option('-p', '--photo-type', type=str, default='One Inch' if get_language() == 'en' else '一寸',
94+
help='Photo types' if get_language() == 'en' else '照片类型')
95+
@click.option('-ps', '--photo-sheet-size', type=str, default='Five Inch' if get_language() == 'en' else '五寸',
96+
help='Size of the photo sheet' if get_language() == 'en' else '选择照片表格的尺寸')
9797
@click.option('-c', '--compress/--no-compress', default=False,
9898
help='Whether to compress the image' if get_language() == 'en' else '是否压缩图像(使用 AGPicCompress 压缩)')
9999
@click.option('-sv', '--save-corrected/--no-save-corrected', default=False,

0 commit comments

Comments
 (0)