diff --git a/readme.md b/readme.md index 742a844..cc8aa64 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # **Tfo** -###### A website for two-point filestorage online (tfo)(20200713). +###### A website for two-point filestorage online (tfo)(20200718). Tfo's Logo @@ -9,71 +9,79 @@ Type Files - Postscripts + Postscript Information - app.json + app.json Tfo's information is described in these files for deployment - version + version - readme.md + readme.md - conststr.php + conststr.php UpdateAddress - Heroku.php + Heroku.php - Address to update is changed for easy management + Address to update is changed for easy management and updating - TencentSCF.php + TencentSCF.php - AliyunFC.php + AliyunFC.php - HuaweiFG.php + HuaweiFG.php - Theme + Theme - tfo_mdtr.php (Transparent Material Design) + tfo_mdtr.php
(Transparent Material Design)
- Material Design for Classic Series (20200517)
(对默认主题的MD风格小优化,有对响应式、按钮外观、上传界面、路径栏随机赋色、背景模糊等的调整) + Material Design for Classic Series (20200517)
(对默认主题的MD风格小优化,有对响应式、按钮外观、上传界面、路径栏随机赋色、背景模糊等的调整,php版本) - tfo_md.php (Material Design) + tfo_md.php
(Material Design)
- tfo_mdtrbaw.php (Black & White Material Design for Tomb-Sweeping Day) + tfo_mdtrbaw.php
(Black & White Material Design for Tomb-Sweeping Day)
- + + tfo_mdtr.html
(TMD)
+ + Material Design(20200718)
(重制了html版本适应自定义主题,并添加了可扩展模块如Valine.修改AppID和AppKey等其他参数后需要将其存储在您自己的OD中通过参数customTheme调用直链) + + + + tfo_md.html
(MD)
+ diff --git a/theme/classic.html b/theme/classic.html index 8ce43ad..0f76501 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -947,7 +947,7 @@ if (newstartsize==0) { StartStr=':' +StartTime.toLocaleString()+'
' ; } else { - StartStr=''+size_format(newstartsize)+ '
:' +StartTime.toLocaleString()+'
' ; + StartStr=''+size_format(newstartsize)+ '' :' +StartTime.toLocaleString()+'
' ; } var chunksize=5*1024*1024; // chunk size, max 60M. 每小块上传大小,最大60M,微软建议10M if (totalsize>200*1024*1024) chunksize=10*1024*1024;