Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
docs(readme): 更新readme
Browse files Browse the repository at this point in the history
Author: ambition-echo
  • Loading branch information
ambition_echo committed Aug 6, 2022
1 parent 6bf0eb1 commit 277c6b7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 🌏earth_wallpaper

### [English](https://github.com/ambition-echo/earth_wallpaper/blob/main/doc/README.md)

实时获取地球照片作为壁纸(Linux Only)
Expand All @@ -17,11 +18,13 @@

### Deepin

[发布页](https://jihulab.com/ambition-echo/earth_wallpaper/-/releases)下载```earth-wallpaper-deepin-amd64.deb```安装包,双击安装即可
[发布页](https://jihulab.com/ambition-echo/earth_wallpaper/-/releases)下载```earth-wallpaper-deepin-amd64.deb```
安装包,双击安装即可

### Debian/Ubuntu

[发布页](https://jihulab.com/ambition-echo/earth_wallpaper/-/releases)下载```earth-wallpaper-other-amd64.deb```安装包,双击安装即可
[发布页](https://jihulab.com/ambition-echo/earth_wallpaper/-/releases)下载```earth-wallpaper-other-amd64.deb```
安装包,双击安装即可

### Arch

Expand All @@ -40,10 +43,10 @@ Arch用户可以到[AUR](https://aur.archlinux.org/packages/earth-wallpaper-bin)
- [x] 本地壁纸
- [x] 24h壁纸(灵感来自于[windynamicdesktop](https://github.com/t1m0thyj/windynamicdesktop))

> 24h壁纸推荐下载地址:
>
> 24h壁纸推荐下载地址:
>
> [https://github.com/MiniBusiest/24Hour-Wallppe](https://github.com/MiniBusiest/24Hour-Wallppe)
>
>
> [https://windd.info/themes/index.html](https://windd.info/themes/index.html)
## 支持桌面环境
Expand All @@ -66,19 +69,22 @@ Arch用户可以到[AUR](https://aur.archlinux.org/packages/earth-wallpaper-bin)
## 手动编译安装

- 克隆仓库

```shell
git clone https://jihulab.com/ambition-echo/earth_wallpaper.git
cd earth_wallpaper
mkdir build && cd build
```

- 编译构建

```shell
cmake ..
make
```

- 打包安装

```shell
cd ../package
chmod +x ./package.sh
Expand All @@ -87,9 +93,13 @@ chmod +x ./package.sh

## 开放API

bing: [https://github.com/xCss/bing](https://github.com/xCss/bing)
bing 壁纸: [https://github.com/xCss/bing](https://github.com/xCss/bing)

waifu.im 动漫壁纸: [https://waifu.im/](https://waifu.im/)

myip 获取ip地址:[https://myip.ipip.net](https://myip.ipip.net)

waifu.im: [https://waifu.im/](https://waifu.im/)
ipbase 获取ip地理位置:[https://api.ipbase.com](https://api.ipbase.com)

## 软件截图

Expand Down
20 changes: 15 additions & 5 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 🌏earth_wallpaper

### [中文](https://github.com/ambition-echo/earth_wallpaper#readme)

Get real-time earth photos as wallpapers(Linux Only)
Expand All @@ -17,11 +18,13 @@ Not only real-time earth

### Deepin

Go to the [release](https://github.com/ambition-echo/earth_wallpaper/releases) page to download the installation package ```earth-wallpaper-deepin-amd64.deb```
Go to the [release](https://github.com/ambition-echo/earth_wallpaper/releases) page to download the installation
package ```earth-wallpaper-deepin-amd64.deb```

### Debian/Ubuntu

Go to the [release](https://github.com/ambition-echo/earth_wallpaper/releases)page to download the installation package ```earth-wallpaper-other-amd64.deb```
Go to the [release](https://github.com/ambition-echo/earth_wallpaper/releases)page to download the installation
package ```earth-wallpaper-other-amd64.deb```

### Arch

Expand All @@ -40,10 +43,10 @@ When you run it for the first time, the settings window will pop up, click ```Ap
- [x] Local Wallpaper
- [x] 24h Wallpaper(Inspired by [windynamicdesktop](https://github.com/t1m0thyj/windynamicdesktop))

> 24h Wallpaper recommended download address:
>
> 24h Wallpaper recommended download address:
>
> [https://github.com/MiniBusiest/24Hour-Wallppe](https://github.com/MiniBusiest/24Hour-Wallppe)
>
>
> [https://windd.info/themes/index.html](https://windd.info/themes/index.html)
## Supported Desktop Environment
Expand All @@ -66,19 +69,22 @@ When you run it for the first time, the settings window will pop up, click ```Ap
## Compile Manually

- Clone the repository

```shell
git clone https://jihulab.com/ambition-echo/earth_wallpaper.git
cd earth_wallpaper
mkdir build && cd build
```

- Compile and Build

```shell
cmake ..
make
```

- Package

```shell
cd ../package
chmod +x ./package.sh
Expand All @@ -91,6 +97,10 @@ bing: [https://github.com/xCss/bing](https://github.com/xCss/bing)

waifu.im: [https://waifu.im/](https://waifu.im/)

myip: [https://myip.ipip.net](https://myip.ipip.net)

ipbase: [https://api.ipbase.com](https://api.ipbase.com)

## ScreenShot

![Image20220729131452](https://jihulab.com/ambition-echo/img_bed/raw/main/img/Image20220729131452.png)
Expand Down

0 comments on commit 277c6b7

Please sign in to comment.