Skip to content

Commit

Permalink
Update help information and add option to control comma display in ge…
Browse files Browse the repository at this point in the history
…nerated information
  • Loading branch information
zanllp committed Aug 6, 2024
1 parent 217a86b commit d945da6
Show file tree
Hide file tree
Showing 38 changed files with 58 additions and 44 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def setup_parser() -> argparse.ArgumentParser:
parser.add_argument(
"--extra_paths",
nargs="+",
help="Extra paths to use, will be added to Quick Move.",
help="Extra paths to use, these paths will be added to the homepage but the images in these paths will not be indexed. They are only used for browsing. If you need to index them, please add them via the '+ Add' button on the homepage.",
default=[],
)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Promise.resolve().then(async () => {
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Infinite Image Browsing</title>
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-4d943b58.js"></script>
<script type="module" crossorigin src="/infinite_image_browsing/fe-static/assets/index-a33b95f7.js"></script>
<link rel="stylesheet" href="/infinite_image_browsing/fe-static/assets/index-c05ac913.css">
</head>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vue/dist/assets/MultiSelectKeep-340db507.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vue/dist/assets/MultiSelectKeep-3c5a1dc9.css

This file was deleted.

3 changes: 0 additions & 3 deletions vue/dist/assets/MultiSelectKeep-cc8083dd.js

This file was deleted.

Loading

0 comments on commit d945da6

Please sign in to comment.