Skip to content

Commit

Permalink
V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanddudu committed Apr 6, 2014
1 parent d43fbe8 commit bfdd2b7
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NextDay-Desktop

第三方 Next Day 手机应用桌面客户端

当前版本: 1.0.0
当前版本: 1.1.0

使用方法
----------
Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
right: 0px;
width: 320px;
height: 345px;
background-image: url("http://xmas2011.nxmix.com/20140322/default@2x.jpg");
background-image: url("http://nextday-pic.b0.upaiyun.com/20140322/default@2x.jpg");
background-size: 320px 345px;
}
#words {
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/date.js"></script>
<script src="js/index.js"></script>
<link rel="stylesheet" type="text/css" href="css/player.css">
</head>
Expand Down
78 changes: 0 additions & 78 deletions js/date.js

This file was deleted.

1 change: 0 additions & 1 deletion js/date.min.js

This file was deleted.

95 changes: 1 addition & 94 deletions js/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/index.min.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Next Day Desktop Client",
"description": "A third-party desktop client of Next Day mobile app",
"version": "1.0.0",
"version": "1.1.0",
"maintainers": [{
"name": "Klion Xu",
"email": "sanddudu@gmail.com",
Expand All @@ -20,7 +20,7 @@
"window": {
"title": "Next Day",
"icon": "img/nextday.png",
"position": "right",
"position": "center",
"toolbar": false,
"width": 320,
"height": 548,
Expand All @@ -29,5 +29,5 @@
"dependencies": {
"nodegrass": "*"
},
"user-agent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch)"
"user-agent": "NextDay/4.04 CFNetwork/548.1.4 Darwin/11.0.0"
}

0 comments on commit bfdd2b7

Please sign in to comment.