diff --git a/assets/index.js b/assets/index.js index 320c7d4..788d688 100644 --- a/assets/index.js +++ b/assets/index.js @@ -2,7 +2,6 @@ * @typedef {object} PathItem * @property {"Dir"|"SymlinkDir"|"File"|"SymlinkFile"} path_type * @property {boolean} is_symlink - * @property {string} base_name * @property {string} name * @property {number} mtime * @property {number} size @@ -152,7 +151,7 @@ function addPath(file, index) { $pathsTableBody.insertAdjacentHTML("beforeend", `