提交 e20e5b88 编写于 作者: L lushi1202 提交者: jinguang

!1284 新增系统分享弹窗sig仓

* add share dialog sig
上级 f92c5226
...@@ -62,6 +62,14 @@ ...@@ -62,6 +62,14 @@
{ {
"gitee_id": "jiang-xiaofeng", "gitee_id": "jiang-xiaofeng",
"gitee_email": "jiangxiaofeng8@huawei.com" "gitee_email": "jiangxiaofeng8@huawei.com"
},
{
"gitee_id": "sunfei2021",
"gitee_email": "sunfei.sun@huawei.com"
},
{
"gitee_id": "lushi1202",
"gitee_email": "lushi@huawei.com"
} }
] ]
} }
\ No newline at end of file
...@@ -40,6 +40,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i ...@@ -40,6 +40,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i
- applications_clock: https://gitee.com/openharmony-sig/applications_clock - applications_clock: https://gitee.com/openharmony-sig/applications_clock
- applications_recorder: https://gitee.com/openharmony-sig/applications_recorder - applications_recorder: https://gitee.com/openharmony-sig/applications_recorder
- applications_compass: https://gitee.com/openharmony-sig/applications_compass - applications_compass: https://gitee.com/openharmony-sig/applications_compass
- applications_share_dialog: https://gitee.com/openharmony-sig/applications_share_dialog
## SIG Members ## SIG Members
...@@ -63,6 +64,8 @@ Defines and builds OpenHarmony system applications, applies for and implements i ...@@ -63,6 +64,8 @@ Defines and builds OpenHarmony system applications, applies for and implements i
- @yangpeng85(https://gitee.com/yangpeng85) - @yangpeng85(https://gitee.com/yangpeng85)
- @xuchangzhou(https://gitee.com/xuchangzhou) - @xuchangzhou(https://gitee.com/xuchangzhou)
- @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng) - @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng)
- @lushi1202(https://gitee.com/lushi1202)
- @sunfei2021(https://gitee.com/sunfei2021)
### Meetings ### Meetings
- Meeting time:monthly meeting - Meeting time:monthly meeting
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
|文件选择器|FilePicker应用是OpenHarmony中预置的系统应用,为用户提供文件选择及保存功能|applications_filepicker| |文件选择器|FilePicker应用是OpenHarmony中预置的系统应用,为用户提供文件选择及保存功能|applications_filepicker|
|应用示例|为提高鸿蒙北向应用开发者开发效率,增加各个子系统特性的Sample样例,帮助开发者迅速掌握鸿蒙能力|applications_app_samples| |应用示例|为提高鸿蒙北向应用开发者开发效率,增加各个子系统特性的Sample样例,帮助开发者迅速掌握鸿蒙能力|applications_app_samples|
|权限管理应用|权限管理应用是OpenHarmony中预置的系统应用,为用户提供运行时权限弹框和权限管理设置能力。|applications_permission_manager| |权限管理应用|权限管理应用是OpenHarmony中预置的系统应用,为用户提供运行时权限弹框和权限管理设置能力。|applications_permission_manager|
|系统分享弹窗|系统分享弹窗是OpenHarmony中预置的系统应用,为开发者和用户提供文件分享能力。|applications_share_dialog|
- 代码仓地址: - 代码仓地址:
- applications_systemui:https://gitee.com/openharmony/applications_systemui - applications_systemui:https://gitee.com/openharmony/applications_systemui
...@@ -59,6 +60,7 @@ ...@@ -59,6 +60,7 @@
- applications_clock: https://gitee.com/openharmony-sig/applications_clock - applications_clock: https://gitee.com/openharmony-sig/applications_clock
- applications_recorder: https://gitee.com/openharmony-sig/applications_recorder - applications_recorder: https://gitee.com/openharmony-sig/applications_recorder
- applications_compass: https://gitee.com/openharmony-sig/applications_compass - applications_compass: https://gitee.com/openharmony-sig/applications_compass
- applications_share_dialog: https://gitee.com/openharmony-sig/applications_share_dialog
## SIG组成员 ## SIG组成员
...@@ -82,6 +84,8 @@ ...@@ -82,6 +84,8 @@
- @yangpeng85(https://gitee.com/yangpeng85) - @yangpeng85(https://gitee.com/yangpeng85)
- @xuchangzhou(https://gitee.com/xuchangzhou) - @xuchangzhou(https://gitee.com/xuchangzhou)
- @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng) - @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng)
- @lushi1202(https://gitee.com/lushi1202)
- @sunfei2021(https://gitee.com/sunfei2021)
### 会议 ### 会议
- 会议时间:月度例会 - 会议时间:月度例会
......
{ {
"sigs-List": [{ "sigs-List": [
{
"sig-name": "sig-kernel", "sig-name": "sig-kernel",
"projects": [ "projects": [
"https://gitee.com/openharmony/third_party_littlefs", "https://gitee.com/openharmony/third_party_littlefs",
...@@ -331,7 +332,8 @@ ...@@ -331,7 +332,8 @@
"https://gitee.com/openharmony-sig/applications_inputmethod", "https://gitee.com/openharmony-sig/applications_inputmethod",
"https://gitee.com/openharmony-sig/applications_clock", "https://gitee.com/openharmony-sig/applications_clock",
"https://gitee.com/openharmony-sig/applications_recorder", "https://gitee.com/openharmony-sig/applications_recorder",
"https://gitee.com/openharmony-sig/applications_compass" "https://gitee.com/openharmony-sig/applications_compass",
"https://gitee.com/openharmony-sig/applications_share_dialog"
], ],
"project-path": [ "project-path": [
"applications/standard/systemui", "applications/standard/systemui",
...@@ -351,6 +353,7 @@ ...@@ -351,6 +353,7 @@
"applications/standard/clock", "applications/standard/clock",
"applications/standard/recorder", "applications/standard/recorder",
"applications/standard/compass", "applications/standard/compass",
"applications/standard/share_dialog"
] ]
}, },
{ {
...@@ -1021,11 +1024,11 @@ ...@@ -1021,11 +1024,11 @@
] ]
}, },
{ {
"sig-name":"sig-Qt", "sig-name": "sig-Qt",
"projects":[ "projects": [
"https://gitee.com/openharmony-sig/qt" "https://gitee.com/openharmony-sig/qt"
], ],
"project-path":[ "project-path": [
"NONE" "NONE"
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册