Skip to content

Commit

Permalink
docs: use cdn for the pics 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGERB committed Dec 29, 2017
1 parent 610ec1a commit 02f566d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ App::$container->getSingle('mongodb');
cd public && php server.php
```

[[file: framework/nosql/*](https://github.com/TIGERB/easy-php/tree/master/framework/swoole.php)]
[[file: framework/swoole.php](https://github.com/TIGERB/easy-php/tree/master/framework/swoole.php)]

## Job模式

Expand Down Expand Up @@ -739,7 +739,7 @@ php cli --run
```
demo如下:

<p align="center"><img width="30%" src="demo.gif"><p>
<p align="center"><img width="30%" src="http://cdn.tigerb.cn/demo.gif"><p>

**客户端脚本模式:**

Expand Down Expand Up @@ -862,7 +862,7 @@ cp ./.git-hooks/* ./git/hooks

# DONE

- v0.8.0(2017/12/31)
- v0.8.0(2017/12/29)
- 支持swoole扩展
- 修复微单体路由无限递归问题

Expand All @@ -886,9 +886,9 @@ cp ./.git-hooks/* ./git/hooks

## 赞赏

<img src="https://raw.githubusercontent.com/TIGERB/easy-tips/master/money-qrcode.jpg" width="300px">
<img src="http://cdn.tigerb.cn/money-qrcode.jpg" width="300px">

## 交流群

<img src="qrcode.jpg" width="200px">
<img src="http://cdn.tigerb.cn/qrcode.jpg" width="200px">

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ This framework support swoole mode with the php extension swoole, just:
cd public && php server.php
```

[[file: framework/nosql/*](https://github.com/TIGERB/easy-php/tree/master/framework/swoole.php)]
[[file: framework/swoole.php](https://github.com/TIGERB/easy-php/tree/master/framework/swoole.php)]

## Job Support

Expand Down Expand Up @@ -735,7 +735,7 @@ php cli --run
```
demo as follows:

<p align="center"><img width="30%" src="demo.gif"><p>
<p align="center"><img width="30%" src="http://cdn.tigerb.cn/demo.gif"><p>

**Cli Mode:**

Expand Down Expand Up @@ -853,7 +853,7 @@ project address: [https://github.com/TIGERB/easy-php](https://github.com/TIGERB/

# DONE

- v0.8.0(2017/12/31)
- v0.8.0(2017/12/29)
- use swoole
- fix infinite recursion for micromonomer router

Expand All @@ -877,8 +877,8 @@ project address: [https://github.com/TIGERB/easy-php](https://github.com/TIGERB/

## APPRECIATION

<img src="https://raw.githubusercontent.com/TIGERB/easy-tips/master/money-qrcode.jpg" width="300px">
<img src="http://cdn.tigerb.cn/money-qrcode.jpg" width="300px">

# CONTACT

<img src="qrcode.jpg" width="200px">
<img src="http://cdn.tigerb.cn/qrcode.jpg" width="200px">
2 changes: 1 addition & 1 deletion app/demo/controllers/Demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct()
public function get()
{
$data = [
'img' => 'https://raw.githubusercontent.com/TIGERB/easy-php/develop/logo.png',
'img' => 'http://cdn.tigerb.cn/logo.png',
'content' => 'A lightweight PHP framework for studying, Why do we need to build a PHP framework by ourself? Maybe the most of people will say "There have so many PHP frameworks be provided, but we still made a wheel?". My point is "Made a wheel is not our purpose, we will get some konwledge when making a wheel which is our really purpose".'
];
$data = array_fill(0, 20, $data);
Expand Down
Binary file removed demo.gif
Binary file not shown.
Binary file removed qrcode.jpg
Binary file not shown.

0 comments on commit 02f566d

Please sign in to comment.