From 83f8b67b209d80242a39b929dcceb2ed4bcbe6df Mon Sep 17 00:00:00 2001 From: ouqiang Date: Sun, 25 Mar 2018 13:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- {screenshot => assets/screenshot}/notification.png | Bin {screenshot => assets/screenshot}/scheduler.png | Bin {screenshot => assets/screenshot}/task.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {screenshot => assets/screenshot}/notification.png (100%) rename {screenshot => assets/screenshot}/scheduler.png (100%) rename {screenshot => assets/screenshot}/task.png (100%) diff --git a/README.md b/README.md index e0a5b85..ba45490 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ * 任务执行结果通知, 支持邮件、Slack ### 截图 -![流程图](https://raw.githubusercontent.com/ouqiang/gocron/master/screenshot/scheduler.png) -![任务](https://raw.githubusercontent.com/ouqiang/gocron/master/screenshot/task.png) -![Slack](https://raw.githubusercontent.com/ouqiang/gocron/master/screenshot/notification.png) +![流程图](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/scheduler.png) +![任务](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/task.png) +![Slack](https://raw.githubusercontent.com/ouqiang/gocron/master/assets/screenshot/notification.png) ### 支持平台 > Windows、Linux、Mac OS diff --git a/screenshot/notification.png b/assets/screenshot/notification.png similarity index 100% rename from screenshot/notification.png rename to assets/screenshot/notification.png diff --git a/screenshot/scheduler.png b/assets/screenshot/scheduler.png similarity index 100% rename from screenshot/scheduler.png rename to assets/screenshot/scheduler.png diff --git a/screenshot/task.png b/assets/screenshot/task.png similarity index 100% rename from screenshot/task.png rename to assets/screenshot/task.png