From 2ba7b333fac65d85d6cc4c6f7e47625580f1a069 Mon Sep 17 00:00:00 2001 From: misitebao Date: Tue, 1 Feb 2022 09:45:40 +0800 Subject: [PATCH] docs: update resource path --- .github/README.md | 4 ++-- .github/README.zh-Hans.md | 4 ++-- logo.png => .github/logo.png | Bin preview.gif => .github/preview.gif | Bin preview.png => .github/preview.png | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename logo.png => .github/logo.png (100%) rename preview.gif => .github/preview.gif (100%) rename preview.png => .github/preview.png (100%) diff --git a/.github/README.md b/.github/README.md index ed8ee59..fad0474 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,5 @@

- +

A Wails template based on Vue and Vue-Router @@ -83,7 +83,7 @@ I hope that Vue and its powerful community ecology can be used in Wails applicat ## Graphic Demo -[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/preview.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/preview.gif) +[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) diff --git a/.github/README.zh-Hans.md b/.github/README.zh-Hans.md index 7162089..9b2a20a 100644 --- a/.github/README.zh-Hans.md +++ b/.github/README.zh-Hans.md @@ -1,5 +1,5 @@

- +

基于Vue和Vue-Router的Wails模板 @@ -82,7 +82,7 @@ wails-template-vue 模板是一个支持 [Wails](https://github.com/wailsapp/wai ## 图形演示 -[![演示截图](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/preview.png "点击查看gif演示")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/preview.gif) +[![演示截图](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.png "点击查看gif演示")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) diff --git a/logo.png b/.github/logo.png similarity index 100% rename from logo.png rename to .github/logo.png diff --git a/preview.gif b/.github/preview.gif similarity index 100% rename from preview.gif rename to .github/preview.gif diff --git a/preview.png b/.github/preview.png similarity index 100% rename from preview.png rename to .github/preview.png