- 앱의 왼쪽 위의 프로필 아이콘을 눌러 사이드 메뉴에 진입
- ‘설정’을 터치
- 가장 아래쪽으로 화면을 드래그하여 ‘버전 정보’를 확인
In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>