浏览代码

Added image to dev-en-HK 5.md

Toby Chui 5 年之前
父节点
当前提交
fbba5ff03c
共有 7 个文件被更改,包括 9 次插入0 次删除
  1. 二进制
      docs/img/devdoc/5/0.png
  2. 二进制
      docs/img/devdoc/5/0.psd
  3. 二进制
      docs/img/devdoc/5/1.png
  4. 二进制
      docs/img/devdoc/5/2.png
  5. 二进制
      docs/img/devdoc/5/3.png
  6. 二进制
      docs/img/devdoc/5/4.png
  7. 9 0
      docs/lang/dev-en-HK/5.md

二进制
docs/img/devdoc/5/0.png


二进制
docs/img/devdoc/5/0.psd


二进制
docs/img/devdoc/5/1.png


二进制
docs/img/devdoc/5/2.png


二进制
docs/img/devdoc/5/3.png


二进制
docs/img/devdoc/5/4.png


+ 9 - 0
docs/lang/dev-en-HK/5.md

@@ -1,4 +1,6 @@
 ["File System API"]
+![](img/devdoc/5/0.png)
+
 # File System API
 ArOZ Online File System is the core of the whole cloud software system as it provide all the fundemental functions that is required for all WebApp modules. 
 
@@ -14,6 +16,8 @@ In simple words, the file system of ArOZ Online System consists of the following
 
 In this page, the functions and the API of the elements above will be introduced.
 
+![](img/devdoc/5/1.png)
+
 ## File Explorer UI
 The File Explorer provide basic file and folder navigation functions for the ArOZ Online System.
 The File Explorer UI provides the interface for users to interact with on VDI Mode or PWA Mode.
@@ -33,6 +37,8 @@ The following functions are not included in the file operation function groups.
 - Open / Open With
 - Download
 
+![](img/devdoc/5/2.png)
+
 ### File System Asynchronize Function Group
 The Asynchronize function group is a set of go-lang written programs that provide asynchronize file operation functions to the File Explorer. In the momenet of this document been written, there are 3 main binary files.
 
@@ -200,6 +206,7 @@ move.php?from={source_path}&to={target_path}
 
 ```
 
+![](img/devdoc/5/3.png)
 ## File Selector
 ArOZ Online File System provide a simple way to access the file list and allow users to select files within the file system of your host device - The File Selector. 
 
@@ -292,6 +299,8 @@ function addFileFromSelector(fileData){
 }
 ```
 
+![](img/devdoc/5/4png)
+
 ## File Explorer Shortcuts
 The file explorer shortcuts is a set of ```.shortcut``` files located under user profile directory. The .shortcut files contains the following information, each data is seperated by a newline. (\n or \r\n depends on your host device operating system).