diff --git a/css/social.umeng.css b/css/social.umeng.css
index 607ca38..0408992 100755
--- a/css/social.umeng.css
+++ b/css/social.umeng.css
@@ -259,52 +259,52 @@ ul.shareList li.shareList_item:focus {
background-color: #E4EFFB;
}
-.sharePage .sharePageTitle .sharePageBack {
- position: absolute;
- left: 0px;
- top: 0px;
-}
+/*.sharePage .sharePageTitle .sharePageBack {*/
+ /*position: absolute;*/
+ /*left: 0px;*/
+ /*top: 0px;*/
+/*}*/
-.sharePage .sharePageTitle .sharePageSubmit {
- position: absolute;
- right: 0px;
- top: 0px;
-}
+/*.sharePage .sharePageTitle .sharePageSubmit {*/
+ /*position: absolute;*/
+ /*right: 0px;*/
+ /*top: 0px;*/
+/*}*/
-.sharePage .sharePageContent {
- position: fixed;
- display: block;
- top: 50px;
- bottom: 110px;
- left: 10px;
- right: 10px;
- background: #FFF;
- border: none;
- position: fixed;
- font-size: 1em;
-}
+/*.sharePage .sharePageContent {*/
+ /*position: fixed;*/
+ /*display: block;*/
+ /*top: 50px;*/
+ /*bottom: 110px;*/
+ /*left: 10px;*/
+ /*right: 10px;*/
+ /*background: #FFF;*/
+ /*border: none;*/
+ /*position: fixed;*/
+ /*font-size: 1em;*/
+/*}*/
-.sharePage .sharePageBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- left: 0;
- height: 40px;
- line-height: 40px;
- background: #EFF2F8;
- border-top: 1px solid #DDD;
-}
+/*.sharePage .sharePageBottom {*/
+ /*position: fixed;*/
+ /*bottom: 0;*/
+ /*width: 100%;*/
+ /*left: 0;*/
+ /*height: 40px;*/
+ /*line-height: 40px;*/
+ /*background: #EFF2F8;*/
+ /*border-top: 1px solid #DDD;*/
+/*}*/
-.sharePage .sharePageBottom .shareBottomBtn {
- width: 30px;
- height: 30px;
- background: #FF0;
- border-radius: 5px;
- position: relative;
- display: block;
- float: left;
- margin: 5px 10px;
-}
+/*.sharePage .sharePageBottom .shareBottomBtn {*/
+ /*width: 30px;*/
+ /*height: 30px;*/
+ /*background: #FF0;*/
+ /*border-radius: 5px;*/
+ /*position: relative;*/
+ /*display: block;*/
+ /*float: left;*/
+ /*margin: 5px 10px;*/
+/*}*/
.shareGeo {
position: absolute;
diff --git a/env/dev/constant.coffee b/env/dev/constant.coffee
index c2b3655..5273d44 100644
--- a/env/dev/constant.coffee
+++ b/env/dev/constant.coffee
@@ -2,7 +2,7 @@ libr = angular.module 'libr.constant', []
Constant = {}
#Constant.baseUrl = "http://libr.herokuapp.com/api/v1"
-Constant.baseUrl = "http://192.168.1.108:3000/api/v1"
+Constant.baseUrl = "http://192.168.0.103:3000/api/v1"
libr.constant 'Constant', Constant
diff --git a/gulpfile.js b/gulpfile.js
index 7f5c9c2..6b30bb9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -12,6 +12,7 @@ var paths = {
'js/app/utils/*.coffee',
'js/app/handler/*.coffee',
'js/app/services/*.coffee',
+ 'js/app/directives/*.coffee',
'js/app/controllers/*.coffee',
'js/*.coffee'],
css: ['css/*.css'],
diff --git a/img/weibo24.png b/img/weibo24.png
new file mode 100644
index 0000000..793e4e9
Binary files /dev/null and b/img/weibo24.png differ
diff --git a/index.html b/index.html
index 83d791f..0f59160 100644
--- a/index.html
+++ b/index.html
@@ -34,26 +34,9 @@
-
-
-
-
-