# notification_ability_sample **Repository Path**: yangliang36/notification_ability_sample ## Basic Information - **Project Name**: notification_ability_sample - **Description**: sample for notification and ability - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-01-30 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Abliity * 点击Lite->New->Moudle,选择Empty Ability * 在entry下添加模拟数据,包括标题,描述,跳转类型,uri字段填写abilityName * 建议图标和主项目保持一致 * Moudle开发请参考HelloWorldAbility,配置请参考entry下HomeModle中的HelloWorldAbility # Page * page->New->page,创建页面 * 在entry下添加模拟数据,包括标题,描述,跳转类型,uri字段填写abilityName * page开发请参考entry下HelloWorldPage,配置请参考entry下HomeModle中的HelloWorldPage # 配置页面 在entry下data中配置页面信息 # 安装 page页面直接打包在entry下的hap包内,不需要单独安装,ability打包在对应的moudle下,测试功能时,需要安装entry下hap后,继续安装对应moudle下的hap