mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
修改README
Signed-off-by: wangminmin <wangminmin4@huawei.com>
This commit is contained in:
parent
d9cb7ff66c
commit
0eec0f99e1
12
README_zh.md
12
README_zh.md
@ -22,12 +22,14 @@
|
||||
```
|
||||
/foundation/storage/user_file_service
|
||||
├── figures # 插图文件
|
||||
├── frameworks # 部件无独立进程的实现
|
||||
│ └──js # JS API的实现
|
||||
│ └── napi # 通过napi封装的JS接口代码实现
|
||||
├── interfaces # 接口
|
||||
│ ├── inner_api # 系统内部件间接口
|
||||
│ └── kits # 应用接口
|
||||
├── service # 服务实现
|
||||
│ ├── etc # 内部接口实现
|
||||
│ ├── src # 内部接口实现
|
||||
├── interfaces # 接口代码
|
||||
│ ├── innerkits # 内部 Native 接口
|
||||
│ └── kits # 外部 JS 接口
|
||||
├── test # 测试代码
|
||||
├── BUILD.gn # 编译入口
|
||||
└── bundle.json # 部件描述文件
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user