SiteFile can now have original size

This commit is contained in:
2022-04-04 22:43:35 +09:00
parent 962baf8d81
commit 2ede966b71
6 changed files with 40 additions and 82 deletions
@@ -17,5 +17,7 @@ _AstConf_.SiteFile = {};
_AstConf_.SiteFile.path.image.medium;
/** @type {String} */
_AstConf_.SiteFile.path.image.large;
/** @type {String} */
_AstConf_.SiteFile.path.image.original;
/** @type {Array} */
_AstConf_.SiteFile.files;