diff --git a/zh-cn/application-dev/ability/fa-formability.md b/zh-cn/application-dev/ability/fa-formability.md index 7bccb13b64844658e4357ad14be4b0f3a10b1298..93c9e05a912dbdc34d16cc992dc6410b36366765 100644 --- a/zh-cn/application-dev/ability/fa-formability.md +++ b/zh-cn/application-dev/ability/fa-formability.md @@ -326,10 +326,8 @@ Form需要在应用配置文件config.json中进行配置。 ![fa-form-example](figures/fa-form-example.png) -## 开发实例 +## 相关实例 -针对FA模型卡片提供方的开发,有以下示例工程可供参考: - -[FormAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/FormAbility) - -本示例FormAbility提供了一张卡片。用户可以通过桌面或者自己开发的卡片使用方,进行卡片的创建、更新和删除等操作。并且本示例通过轻量级数据存储实现了卡片信息的持久化。 \ No newline at end of file +针对FA模型卡片提供方的开发,有以下相关实例可供参考: +- [`FormAbility`:FA模型卡片(JS)(API8)](https://gitee.com/openharmony/app_samples/blob/master/ability/FormAbility) +- [`FormLauncher`:卡片使用方(eTS)(API8)](https://gitee.com/openharmony/app_samples/blob/master/ability/FormLauncher) \ No newline at end of file