Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix some error
Browse files Browse the repository at this point in the history
  • Loading branch information
dotos committed Sep 15, 2016
1 parent df5a622 commit a2be5c1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
* CopyRight Bitmoe · eary
* CopyRight Bitmoe · xCss
* Link https://api.ioliu.cn
* Follow https://github.com/eary/bing
* Follow https://github.com/xCss/bing
*/
require('./lib/base.php');

Expand Down Expand Up @@ -34,7 +34,7 @@
<meta name="keywords" content="Bing,必应壁纸,bing壁纸api,Bing每日壁纸,壁纸分享,高清壁纸下载,必应壁纸">
<meta name="description" content="风景, 这边独好。">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1">
<meta name="author" content="Bitmoe · eary">
<meta name="author" content="Bitmoe · xCss">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="theme-color" content="#4F4F4F"/><link href="/assets/css/images/bing.ico" rel="shortcut icon"/>
Expand Down Expand Up @@ -86,7 +86,7 @@
<p>2. 访问 <a href="/bing?d=0" target="_blank" >https://api.ioliu.cn/bing?d=n</a> (n>=0, max=<span class="max">00</span>), 返回以当日为起点n天前的壁纸. 可选参数[w,h] </p>
<p>3. 访问 <a href="/bing/json" target="_blank" >https://api.ioliu.cn/bing/json</a> , 返回bing每日最新壁纸的相关(介绍、图片地址等)信息(json格式).</p>
<p>4. 访问 <a href="/bing/rand" target="_blank" >https://api.ioliu.cn/bing/rand</a> , 返回随机图片. 可选参数[w,h]</p>
<p>目前已知分辨率[w,h]请点击 → <a rel='nofollow' href="https://github.com/Eary/bing#目前已知分辨率">https://github.com/Eary/bing</a> </p>
<p>目前已知分辨率[w,h]请点击 → <a rel='nofollow' href="https://github.com/xCss/bing#目前已知分辨率">https://github.com/xCss/bing</a> </p>
</section>
<section>
<h2>Follow me on ...</h2>
Expand All @@ -95,7 +95,7 @@
<li><a target="_blank" href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a target="_blank" href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a target="_blank" href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>-->
<li><a target="_blank" rel='nofollow' href="http://github.com/eary/bing" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a target="_blank" rel='nofollow' href="http://github.com/xCss/bing" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a target="_blank" rel='nofollow' href="http://weibo.com/1842336184" class="icon fa-weibo"><span class="label">Weibo</span></a></li>
<li><a target="_blank" rel='nofollow' href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Mail</span></a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions lib/base.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* CopyRight Bitmoe · eary
* CopyRight Bitmoe · xCss
* Link https://api.ioliu.cn
* Follow https://github.com/eary/bing
* Follow https://github.com/xCss/bing
*/

date_default_timezone_set('Asia/Shanghai');//'Asia/Shanghai' 亚洲/上海
Expand Down
4 changes: 2 additions & 2 deletions lib/config.bak.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* CopyRight Bitmoe · eary
* CopyRight Bitmoe · xCss
* Link https://api.ioliu.cn
* Follow https://github.com/eary/bing
* Follow https://github.com/xCss/bing
*/
/*******************七牛相关********************/
define( 'QINIUCDN' , 'https://dn-ioliu.qbox.me/bing/');
Expand Down
4 changes: 2 additions & 2 deletions lib/db.bak.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
* CopyRight Bitmoe · eary
* CopyRight Bitmoe · xCss
* Link https://api.ioliu.cn
* Follow https://github.com/eary/bing
* Follow https://github.com/xCss/bing
*/
class DBHelper{

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
date: "2016-04-20"
}
```
可以配合 [tools.js](https://github.com/eary/tools) 使用 (不依赖jQuery)
可以配合 [tools.js](https://github.com/xCss/tools) 使用 (不依赖jQuery)

## [更新日志 / Changelog](https://github.com/Eary/bing/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97---Changelog )
## [更新日志 / Changelog](https://github.com/xCss/bing/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97---Changelog )


--------------------------
Expand Down

0 comments on commit a2be5c1

Please sign in to comment.