mirror of
https://github.com/zhxycn/BingWallpaperAPI.git
synced 2024-11-22 08:07:39 +00:00
Update README.md
This commit is contained in:
parent
afb5b6346a
commit
24768f0706
99
README.md
99
README.md
@ -1,59 +1,88 @@
|
|||||||
<p align="center">
|
<div align="center">
|
||||||
<img alt="License" src="https://img.shields.io/github/license/zhxycn/BingWallpaperAPI">
|
|
||||||
<img alt="Size" src="https://img.shields.io/github/languages/code-size/zhxycn/BingWallpaperAPI">
|
|
||||||
<img alt="Stars" src="https://img.shields.io/github/stars/zhxycn/BingWallpaperAPI">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
# BingWallpaperAPI
|
# BingWallpaperAPI
|
||||||
基于 PHP 的必应壁纸 API 。
|
|
||||||
|
|
||||||
## 配置修改
|
[![GitHub stars](https://img.shields.io/github/stars/zhxycn/BingWallpaperAPI?style=flat-square)](https://github.com/zhxycn/BingWallpaperAPI/stargazers)
|
||||||
请修改 `index.php` 第 2-3 行。
|
[![GitHub forks](https://img.shields.io/github/forks/zhxycn/BingWallpaperAPI?style=flat-square)](https://github.com/zhxycn/BingWallpaperAPI/network)
|
||||||
|
[![GitHub license](https://img.shields.io/github/license/zhxycn/BingWallpaperAPI?style=flat-square)](https://github.com/zhxycn/BingWallpaperAPI/blob/main/LICENSE)
|
||||||
|
|
||||||
第2行 `$ago = '0'` 表示时间。
|
A simple PHP Bing wallpaper API.
|
||||||
值|含义
|
一个简易的 PHP 必应壁纸 API 。
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Deploy | 部署
|
||||||
|
1. Modify `index.php` line 3-4.
|
||||||
|
修改 `index.php` 第 3-4 行。
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Details | 详细说明</summary>
|
||||||
|
|
||||||
|
`$ago` in line 3 is how many days ago.
|
||||||
|
第3行 `$ago` 表示日期。
|
||||||
|
Parameter \| 值|Content \| 含义
|
||||||
-|-
|
-|-
|
||||||
0|今天
|
0|today \| 今天
|
||||||
1|昨天
|
1|yesterday \| 昨天
|
||||||
2|前天
|
2|the day before yesterday \| 前天
|
||||||
……|……
|
…|…
|
||||||
|
|
||||||
第3行 `$region = '1'` 表示位置。
|
`$region` in line 4 is Bing region.
|
||||||
值|含义
|
第4行 `$region` 表示位置。
|
||||||
|
Parameter \| 值|Content \| 含义
|
||||||
-|-
|
-|-
|
||||||
0|必应国际版
|
0|global version of Bing \| 必应国际版
|
||||||
1|必应国内版
|
1|Chinese version of Bing \| 必应国内版
|
||||||
|
|
||||||
## 参数说明
|
</details>
|
||||||
参数名|含义
|
|
||||||
|
2. Upload `index.php` to the server.
|
||||||
|
上传 `index.php` 至服务器。
|
||||||
|
|
||||||
|
## How to use | 使用方法
|
||||||
|
Parameter \| 参数|Content \| 含义
|
||||||
-|-
|
-|-
|
||||||
region|位置
|
ago|how many days ago \| 日期
|
||||||
encode|返回数据格式
|
region|region \| 位置
|
||||||
|
encode|data format \| 返回数据格式
|
||||||
|
|
||||||
无参数则返回图片。
|
>The default parameter is the `index.php` line 3-4.
|
||||||
|
缺省参数则为 `index.php` 3-4 行默认值。
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Details | 详细说明</summary>
|
||||||
|
|
||||||
|
**ago**
|
||||||
|
Parameter \| 值|Content \| 含义
|
||||||
|
-|-
|
||||||
|
0|today \| 今天
|
||||||
|
1|yesterday \| 昨天
|
||||||
|
2|the day before yesterday \| 前天
|
||||||
|
…|…
|
||||||
|
|
||||||
#### 详细参数说明
|
|
||||||
**region**
|
**region**
|
||||||
|
Parameter \| 值|Content \| 含义
|
||||||
值|含义
|
|
||||||
-|-
|
-|-
|
||||||
global|全球版
|
global|global version of Bing \| 必应国际版
|
||||||
cn|中国版
|
cn|Chinese version of Bing \| 必应国内版
|
||||||
|
|
||||||
**encode**
|
**encode**
|
||||||
|
Parameter \| 值|Content \| 含义
|
||||||
值|含义
|
|
||||||
-|-
|
-|-
|
||||||
json|返回 JSON 格式数据
|
json|return JSON format data \| 返回 JSON 格式数据
|
||||||
|
|
||||||
#### 示例
|
</details>
|
||||||
|
|
||||||
|
### Example | 示例
|
||||||
```
|
```
|
||||||
/index.php
|
/index.php
|
||||||
/index.php?region=cn&encode=json
|
/index.php?ago=0®ion=cn&encode=json
|
||||||
```
|
```
|
||||||
|
|
||||||
## 图片参数
|
## Image Properties | 图片参数
|
||||||
|
Resolution `1920x1080`
|
||||||
分辨率 `1920x1080`
|
分辨率 `1920x1080`
|
||||||
|
|
||||||
## 关于
|
## About | 关于
|
||||||
>© [zhxy-CN](https://github.com/zhxycn), Released under the [MIT](./LICENSE) License.
|
>© [zhxy-CN](https://github.com/zhxycn), Released under the [MIT](./LICENSE) License.
|
||||||
|
Image copyright owned by [Bing](https://www.bing.com).
|
||||||
|
Loading…
Reference in New Issue
Block a user