Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed May 25, 2014
1 parent 3e54439 commit 2971b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "自动签到",
"short_name": "签到",
"version": "0.0.7",
"version": "0.0.8",
"manifest_version": 2,
"description": "访问时如果已登陆则在淘宝,百度贴吧,点评,一号店,苏宁,虾米,微盘,数米基金网等网站自动签到。",
"homepage_url": "http://fayland.me/",
Expand Down
2 changes: 1 addition & 1 deletion src/browser_action/browser_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<td><a href='http://vip.suning.com/' target='_blank'>访问</a></td>
</tr>
<tr>
<td>虾米</td><td id='xiami_status'></td><td id='suning_points'>-</td>
<td>虾米</td><td id='xiami_status'></td><td id='xiami_points'>-</td>
<td><a href='http://www.xiami.com/' target='_blank'>访问</a></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/browser_action/browser_action.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'yhd_status',
'dianping_status',
'suning_status', 'suning_points',
'xiami_status',
'xiami_status', 'xiami_points',
'tieba_status',
'weipan_status', 'weipan_points',
'fund123_status'
Expand Down

0 comments on commit 2971b28

Please sign in to comment.