README.md
1# JsFA
2
3### Introduction
4
5This sample describes how to develop a Feature Ability (FA) application with JavaScript.
6
7Different from the Hello World template, this sample app has a complex layout, styles, and logic. The actual effect is as follows:
8
9
10
11### Relevant concepts
12
13FA is used to show the page layout of an application.
14
15### Permission
16
17Don't involve.
18
19### Usage
20
21On the app page, you can select a food image by moving the focus to one of the circles of different colors. You can also add food to the cart.
22
23### Constraints
24
251.This sample can only be run on standard-system devices.
26
272.This sample requires DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022) to compile and run.
28
README_zh.md
1# FA示例应用
2
3### 简介
4
5本示例适用于介绍如何开发一个 JS FA 应用。
6
7此应用相对于 Hello World 应用模板具备更复杂的页面布局、页面样式和页面逻辑。实际效果如下:
8
9
10
11### 相关概念
12
13FA主要用来展示一个应用的页面布局。
14
15### 相关权限
16
17不涉及。
18
19### 使用说明
20
21在应用页面可以通过将焦点移动到不同颜色的圆形来选择不同的手机图片,也可以进行添加到购物车操作。
22
23### 约束与限制
24
251.本示例仅支持在标准系统上运行。
26
272.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。