소스 검색

Added simple connection guide

TC pushbot 5 4 년 전
부모
커밋
429001be2e
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      .disabled
  2. 4 0
      web/index.html

+ 0 - 0
.disabled


+ 4 - 0
web/index.html

@@ -69,11 +69,15 @@
                 </div>
                 <p>This setting interface is disabled automatically on not supported platforms.</p>
             </div>
+            <br>
+            <p>To access yor samba server, use <code id="sambaip"></code> in Windows' File Explorer</p>
         <br><br>
         <script>
             //Do not allow window resize
             ao_module_setFixedWindowSize();
 
+            //Display the connect info
+            $("#sambaip").text(`\\\\` + window.location.hostname);
             //Get username from system
             $.get("../system/users/userinfo", function(data){
                 var username = data.Username;