Skip to content

Commit

Permalink
sync Front-end (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Aug 23, 2022
1 parent 7ba064f commit 04b1522
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 47 deletions.
2 changes: 1 addition & 1 deletion public/Lychee-front
2 changes: 1 addition & 1 deletion public/dist/frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ $(function () {
*
* @property {string} id
* @property {string} title
* @property {Photo[]} photos
* @property {Photo[]} [photos]
* @property {?Thumb} thumb
* @property {boolean} is_public
* @property {boolean} is_downloadable
Expand Down
114 changes: 70 additions & 44 deletions public/dist/main.js

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

2 changes: 1 addition & 1 deletion public/dist/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,7 @@ tabindex.reset = function () {
*
* @property {string} id
* @property {string} title
* @property {Photo[]} photos
* @property {Photo[]} [photos]
* @property {?Thumb} thumb
* @property {boolean} is_public
* @property {boolean} is_downloadable
Expand Down

0 comments on commit 04b1522

Please sign in to comment.