演示gif放后面

This commit is contained in:
luchenqun 2018-03-16 11:39:37 +08:00
parent b3d6ea4819
commit eb005395ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<div class="ui segment js-segment-home">
<div class="ui container js-p-info">
<img class="ui centered fluid image" src="./images/screenshot.gif">
<h3 class="ui dividing header">为什么要做个网络书签</h3>
<p>每个浏览器上面都会有个书签可以供你收藏你以后可能还要用到的网址。但是你可能还是会遇到下列问题:</p>
<p>1、如果你重装系统或者换浏览器怎么办</p>
@ -29,5 +28,6 @@
<p>微信跟QQ530485521记得备注加书签。</p>
<h3 class="ui dividing header">开发备忘(非开发人员请无视)</h3>
<p>1、该代码我托管在Github上<a href="https://github.com/luchenqun/my-bookmark" target="_blank">my-bookmark</a>。该地址有文件夹详细说明以及部署步骤。git地址git@github.com:luchenqun/my-bookmark.git。如果你需要源码你尽可随意使用此项目无需通知我。</p>
<img class="ui centered fluid image" src="./images/screenshot.gif">
</div>
</div>

View File

@ -129,7 +129,6 @@
<button class="fluid ui button" ng-click="exportBookmark()">导出书签</button>
</form>
<div class="ui container js-p-info" ng-show="form[3]">
<img class="ui centered fluid image" src="./images/screenshot.gif">
<h3 class="ui dividing header">为什么要做个网络书签</h3>
<p>每个浏览器上面都会有个书签可以供你收藏你以后可能还要用到的网址。但是你可能还是会遇到下列问题:</p>
<p>1、如果你重装系统或者换浏览器怎么办</p>
@ -158,6 +157,7 @@
<p>微信跟QQ530485521记得备注加书签。</p>
<h3 class="ui dividing header">开发备忘(非开发人员请无视)</h3>
<p>1、该代码我托管在Github上<a href="https://github.com/luchenqun/my-bookmark" target="_blank">my-bookmark</a>。该地址有文件夹详细说明以及部署步骤。git地址git@github.com:luchenqun/my-bookmark.git。如果你需要源码你尽可随意使用此项目无需通知我。</p>
<img class="ui centered fluid image" src="./images/screenshot.gif">
</div>
<div class="ui container js-p-info" ng-show="form[4]">
<p>功能说明可在该页面设置全局快速打开的链接。快捷键只能是字母a ~ z字母不区分大小写。</p>