diff --git a/.htaccess b/.htaccess index 7444332..45b9c2a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,13 @@ +# apache RewriteEngine On RewriteRule ^(.*) index.php?/$1 [L] + +#----------------------------------- +# nginx +# rewrite ^(.*) index.php?/$1 last; + +# caddy (not sure) +# rewrite { +# to /index.php?/$1 +# } +#----------------------------------- diff --git a/theme/classic.php b/theme/classic.php index e476c0f..ed807f9 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -51,6 +51,7 @@ .list-wrapper{width:95%; margin-bottom:24px;} .list-table {padding:8px} .list-table td, .list-table th{white-space:nowrap;overflow:auto;max-width:80px} + .size, .updated_at{display:none} } diff --git a/version b/version index 6a2d5b4..47d021d 100644 --- a/version +++ b/version @@ -1,7 +1,14 @@ +20200311-2150.14 +Add a switch, can download a known file or not, while the folder is encrypted. +Hide time and size in mobile. +Now, you can get a random 'jpg' from a folder when you type '?random=jpg' after the folder. +增加一个开关,在目录加密后能否下载其中的某个文件。 +在手机上浏览时,隐藏修改时间跟大小。 +加入一个功能,现在可以在某个目录后面加上'?random=jpg'来得到本目录里面的一张随机jpg。 + 20200229-1300.13 In SCF, some config can input Special symbols now, like ?&= 。 在SCF中,某些配置可以输入特殊符号了,像background可以用?&=之类的了。 - 20200225-1310.12 Can update by one click any time. fix bugs: special tag, reupload. 可以不管版本直接一键更新(覆盖)了。修复可以使用特殊onedrive标签的bug,修复断网续传的问题。