40 Star 316 Fork 123

腾讯云/TIMSDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
module.json5 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
yiliangwang 提交于 2025-06-17 17:01 +08:00 . oh:update harmony APIDemo
{
module: {
name: "entry",
type: "entry",
description: "$string:module_desc",
mainElement: "ImdemoAbility",
deviceTypes: ["phone", "tablet", "2in1", "car"],
deliveryWithInstall: true,
installationFree: false,
pages: "$profile:main_pages",
abilities: [
{
name: "ImdemoAbility",
srcEntry: "./ets/imdemoability/ImdemoAbility.ets",
description: "$string:ImdemoAbility_desc",
icon: "$media:layered_image",
label: "$string:ImdemoAbility_label",
startWindowIcon: "$media:startIcon",
startWindowBackground: "$color:start_window_background",
exported: true,
skills: [
{
entities: ["entity.system.home"],
actions: ["action.system.home"],
},
],
},
],
extensionAbilities: [
{
name: "ImdemoBackupAbility",
srcEntry: "./ets/imdemobackupability/ImdemoBackupAbility.ets",
type: "backup",
exported: false,
metadata: [
{
name: "ohos.extension.backup",
resource: "$profile:backup_config",
},
],
},
],
requestPermissions: [
{
name: "ohos.permission.GET_NETWORK_INFO",
},
{
name: "ohos.permission.INTERNET",
},
],
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cloudtencent/TIMSDK.git
git@gitee.com:cloudtencent/TIMSDK.git
cloudtencent
TIMSDK
TIMSDK
master

搜索帮助