diff --git a/readme.md b/readme.md
index 7ec2b45..e03bdfd 100644
--- a/readme.md
+++ b/readme.md
@@ -80,7 +80,7 @@
-具体地,您可以下载/复制体验一下或参考示例中运用tfo.html的[Li Share Storage Mini](https://tfo.herokuapp.com/ "Li Share Storage Mini")。需要注意:**主题含多盘切换栏,悬浮在路径栏上可见**。目前,主题仍存在诸多问题,请谅解。PS:主题将要实现的功能有狠多,敬请期待...但是自愿附加组件如评论系统、站长工具、访问统计等涉及到其他平台的私密内容不包含在主题内,若有需要请自行寻找在后台添加。主题的php历史版本请到Theme文件夹查看.
+具体地,您可以下载/复制体验一下或参考示例中运用tfo.html的[Li Share Storage Mini](https://tfo.herokuapp.com/ "Li Share Storage Mini")。需要注意:**主题含多盘切换栏,悬浮在路径栏上可见;今日诗词随head.md显示**。目前,主题仍存在诸多问题,请谅解。PS:主题将要实现的功能有狠多,敬请期待...但是自愿附加组件如评论系统、站长工具、访问统计等涉及到其他平台的私密内容不包含在主题内,若有需要请自行寻找在后台添加。主题的php历史版本请到Theme文件夹查看.
## Deploy 部署
### Deploy to Heroku
diff --git a/theme/tfo_m.html b/theme/tfo_m.html
index 2ccccaf..ace21ba 100644
--- a/theme/tfo_m.html
+++ b/theme/tfo_m.html
@@ -79,8 +79,8 @@
#vcomments{padding:16px !important;}
#upload_div table tr{border-radius:6px !important;}
#upload_div{margin:10px}
- #more-disk-div{display:none;}
- #curpath:hover #more-disk-div{display:block;}
+ #more-disk-div{opacity:0;}
+ #curpath:hover #more-disk-div{opacity:1;;}
#jinrishici{padding:12px !important;box-shadow:0 1px 8px rgba(27,31,35,0.8);}
#curpath{font-size:16px;transition-duration:0.3s;box-shadow:0 1px 8px rgba(27,31,35,0.8);}
#create_input{width:94%;}