Add: help - shortcut icon additional images

This commit is contained in:
2019-03-21 17:26:02 +09:00
parent 49bbd7a870
commit 258fdf006b
9 changed files with 17 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

+17 -1
View File
@@ -117,6 +117,10 @@ $(document).ready(function() {
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li> <li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
<li>바탕화면으로 끌고 와서 드롭</li> <li>바탕화면으로 끌고 와서 드롭</li>
</ol> </ol>
<picture>
<source srcset="./../../../resources/image/help/chrome_shortcut_icon_drag.png" type="image/svg+xml">
<img src="./../../../resources/image/help/chrome_shortcut_icon_drag.png" class="img-fluid img-thumbnail" alt="새로 만들기">
</picture>
</li> </li>
<li> <li>
<span class="text-primary">주소 변경 가능</span> <span class="text-primary">주소 변경 가능</span>
@@ -128,7 +132,7 @@ $(document).ready(function() {
</ul> </ul>
</p> </p>
<h5 class="card-title">IE10</h5> <h5 class="card-title">IE11</h5>
<p class="card-text"> <p class="card-text">
<ul> <ul>
<li> <li>
@@ -137,9 +141,17 @@ $(document).ready(function() {
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li> <li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
<li>바탕화면으로 끌고 와서 드롭</li> <li>바탕화면으로 끌고 와서 드롭</li>
</ol> </ol>
<picture>
<source srcset="./../../../resources/image/help/ie11_shortcut_icon_drag.png" type="image/svg+xml">
<img src="./../../../resources/image/help/ie11_shortcut_icon_drag.png" class="img-fluid img-thumbnail" alt="새로 만들기">
</picture>
</li> </li>
<li> <li>
<span class="text-danger">주소 변경 불가능</span> <span class="text-danger">주소 변경 불가능</span>
<ul>
<li>생성된 아이콘 파일이 .url 이 아니라 .website 여서 내용 변경이 안됨
</li>
</ul>
</li> </li>
</ul> </ul>
</p> </p>
@@ -153,6 +165,10 @@ $(document).ready(function() {
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li> <li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
<li>바탕화면에 <span class="text-danger">드롭 불가 표시</span>가 나타남</li> <li>바탕화면에 <span class="text-danger">드롭 불가 표시</span>가 나타남</li>
</ol> </ol>
<picture>
<source srcset="./../../../resources/image/help/edge_shortcut_icon_drag.png" type="image/svg+xml">
<img src="./../../../resources/image/help/edge_shortcut_icon_drag.png" class="img-fluid img-thumbnail" alt="새로 만들기">
</picture>
</li> </li>
<li> <li>
<span class="text-danger">주소 변경 불가능</span> <span class="text-danger">주소 변경 불가능</span>