Add: help - shortcut icon additional images
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 75 KiB |
@@ -117,6 +117,10 @@ $(document).ready(function() {
|
||||
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
|
||||
<li>바탕화면으로 끌고 와서 드롭</li>
|
||||
</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>
|
||||
<span class="text-primary">주소 변경 가능</span>
|
||||
@@ -128,7 +132,7 @@ $(document).ready(function() {
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h5 class="card-title">IE10</h5>
|
||||
<h5 class="card-title">IE11</h5>
|
||||
<p class="card-text">
|
||||
<ul>
|
||||
<li>
|
||||
@@ -137,9 +141,17 @@ $(document).ready(function() {
|
||||
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
|
||||
<li>바탕화면으로 끌고 와서 드롭</li>
|
||||
</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>
|
||||
<span class="text-danger">주소 변경 불가능</span>
|
||||
<ul>
|
||||
<li>생성된 아이콘 파일이 .url 이 아니라 .website 여서 내용 변경이 안됨
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
@@ -153,6 +165,10 @@ $(document).ready(function() {
|
||||
<li>주소입력창 왼쪽의 사이트 아이콘을 클릭-드래그 시작</li>
|
||||
<li>바탕화면에 <span class="text-danger">드롭 불가 표시</span>가 나타남</li>
|
||||
</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>
|
||||
<span class="text-danger">주소 변경 불가능</span>
|
||||
|
||||